ruotianluo / ImageCaptioning.pytorch

I decide to sync up this repo and self-critical.pytorch. (The old master is in old master branch for archive)
MIT License
1.44k stars 412 forks source link

error : 'CiderScorer' object has no attribute 'document_frequency' #118

Open fzzfbyx opened 3 years ago

fzzfbyx commented 3 years ago

when I ran prepro_ngrams.py it occured an error that CiderScorer' object has no attribute 'document_frequency'. What should I do to solve it?

Gitsamshi commented 3 years ago

cider/pyciderevalcap/ciderD/ciderD_scorer.py在82行后将两句 else: self.document_frequency = defaultdict(float)

g-lyc commented 2 years ago

@Gitsamshi Problem solved, thank you!