Image-Captioning-PyTorch icon indicating copy to clipboard operation
Image-Captioning-PyTorch copied to clipboard

图像中文描述+视觉注意力

Results 8 Image-Captioning-PyTorch issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/105958987/228779645-6d9bdbc5-9204-42eb-b26b-9af2c3d0052b.png) 报错信息: RuntimeError: index out of range: Tried to access index 9532 out of table with 9526 rows. at /pytorch/aten/src/TH/generic/THTensorEvenMoreMath.cpp:237 模型不能匹配WORDMAP

I can't get the thesaurus containing 9527 words used in the model. Please send a WORDMAP.json to my email [email protected] Thank you.

hello, I can't open the BEST_checkpoint_.pth.tar, could you help me?

代码是torch0.4版本的,在运行demo.py的时候报错说“加载的模型是在不同版本的 PyTorch 源代码下保存的”

作者,你好,请问你是怎么实现分词后进行嵌入的?没有使用word2vec等模型进行嵌入,效果会好吗?