Ivan K.

Results 4 issues of Ivan K.

Tried run [ImageCaptioning](https://github.com/deep-learning-with-pytorch/ImageCaptioning.pytorch) from chapter 2 (2.3.1 NeuralTalk2) and get this error, any idea what to do with it? cuda available btw ``` (dcv37) ivan:~/dev/gg/Deep-Learning-with-PyTorch/ImageCaptioning.pytorch$ python eval.py --model ./data/FC/fc-model.pth --infos_path...

https://github.com/nabsabraham/focal-tversky-unet/blob/347d39117c24540400dfe80d106d2fb06d2b99e1/newmodels.py#L268 Hi, thanks for publishing code. I think you made a typo in line 268 in file newmodels.py. I sure it must be: `g3 = UnetGatingSignal(up2, is_batchnorm=True, name='g3')`, can you...

[Put data as pointed here](https://github.com/LemonATsu/A-NeRF/tree/main/data) than run: `python run_nerf.py --config configs/surreal/surreal.txt --basedir logs --expname surreal_model` Got this error: ``` $ python run_nerf.py --config configs/surreal/surreal.txt --basedir logs --expname surreal_model init meta...

Hi, I assume that this project was made to help the RL community develop better algorithms for solving offline RL problems. I think that time should be spent exactly on...