image_captioning
image_captioning copied to clipboard
Image captioning models in PyTorch
Hey, I don't find the scheduler to update the learning rate in the training code? May add it can better?
Hello, im trying to get the results from the test.py using SSA model but i encounter this error: ``` File "test.py", line 150, in main() File "test.py", line 116, in...
Hi, This is a very excellent work for me ! Thank you a lot for providing the code in Pytorch. I encountered the following issues during the verification.The data label...
Hi, This is a very excellent work for me ! Thank you a lot for providing the code in Pytorch. When I finished the training part, I encountered the following...
Hi, This is a very excellent work for me and I have read the core code of SCA-CNN model! Thank you a lot for providing the code in Pytorch. I...
Hi! Thanks so much for such a great code base. I noticed that the implementation of sca-cnn by the original authors applied doubly stochastic regularization to the attention context vectors....
When I executing build_vocab.py file, Prompt error KeyError:'type'. Hope to get your help, thank you.
Sorry, there are similar problems after redownloading the code.This time the error is No such file or directory: './image/train2014/COCO_val2014_000000345411.jpg'.I don't understand why the image of verification set appears in the...
@stevehuanghe hi, do you have the code of sca-cnn in tensorflow?