Image-Captioning-PyTorch
Image-Captioning-PyTorch copied to clipboard
图像中文描述+视觉注意力
 报错信息: 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等模型进行嵌入,效果会好吗?