happy96
happy96
thank you for your reply~ yes,i run the "python scripts/prepro_labels.py..." "python scripts/prepro_ngrams.py"on dataset_flickr30k.json,but when run the eval.py it takes wrong. Whether the coco-caption can use directly to eval on flickr...
thanks a lot~
hello,when i run bash run_att_d.sh,it was wrong,can you help me ? thank you~: File "train.py", line 242, in train(opt) File "train.py", line 121, in train loss = model(fc_feats, att_feats, att_masks,...
thank you for your reply~ In the bash run_att_d.sh ,i set cider_optimization =1,then compute cider as follow and take the error: (what is the meaning of the submodules?) File "/mnt/code/dis_fpn+bot/models/JointModel.py",...
I just redownloaded the submodule and still got this error...
I deleted the python2.7/site-packages/pyciderevalcap package,use the submodel under the DiscCaptioning-master,but still got the error... File "train.py", line 242, in train(opt) File "train.py", line 121, in train loss = model(fc_feats, att_feats,...
yes,the result files are there  I print the ngram of File "cider/pyciderevalcap/ciderD/ciderD_scorer.py", line 171, in counts2vec df = np.log(max(1.0, self.document_frequency[ngram])) the result :ngram>>>> ('3', '1', '271', '17')
self.document_frequency: 0.0
Thank you very much. The problem really is in this document. Thank you again.