Rishabh Ranjan

Results 8 issues of Rishabh Ranjan

The code fails for general values of hidden dims, image sizes, etc. due to shape mismatches. Since image size and hidden dims are parameters anyway, can you please increase the...

nested lists are highlighted correctly for 4 spaces indent, but not for tab indent: ![image](https://github.com/preservim/vim-markdown/assets/9881960/2134dff7-1218-4859-95b0-f6c2318a5b83)

**Description of the desired feature:** Imagine a scenario where we have two processes `P1` and `P2` running which both call `pooch.retrieve("", known_hash=None)`. This url is not available in the cache....

enhancement

didn't run on python 3.8 earlier because of python 3.9+ typing syntax

i have pip installed pytorch_frame from the github main branch (pip list shows version 0.2.2). please see the traceback below: ``` Traceback (most recent call last): File "/lfs/ampere1/0/ranjanr/.micromamba/envs/relbench-expts/lib/python3.8/runpy.py", line 194,...

this will avoid confusion when inspecting the dataframes on jupyter notebook, and possibly other bugs due to assuming `task.train_table` is a static property i wasted a lot time due to...

https://github.com/benedekrozemberczki/littleballoffur/blob/9cc8da02e2362a8355c0342c0702c3eb6f4530c3/littleballoffur/exploration_sampling/forestfiresampler.py#L76 Shouldn't this be using the binomial distribution instead, as we want to simulate the effect of each neighbor burning with probability p independently? Am I misunderstanding something?