ImageCaptioning.pytorch
ImageCaptioning.pytorch copied to clipboard
image captioning codebase in pytorch(finetunable cnn in branch "with_finetune";diverse beam search can be found in 'dbs' branch; self-critical training is under my self-critical.pytorch repository.)
I tried to run `python eval.py --model ./data/FC/fc-model.pth --infos_path ./data/FC/fc-infos.pkl --image_folder ./data`(as said in the book on page 34) with different versions of PyTorch CUDA-enabled builds but all my attempts...
When running eval.py on Cuda 11 / pytorch 1.9 , ran into following error `RuntimeError: Tensor for 'out' is on CPU, Tensor for argument #1 'self' is on CPU, but...