-
Notifications
You must be signed in to change notification settings - Fork 251
VinVL Image captioning raises AttributeError: 'NoneType' object has no attribute 'img_feature_dim' #143
Comments
Hi~ After solving this problem, have you fine-tuned the released ./pretrained_base/checkpoint-2000000 successfully and reproduced the results presented in the paper? Did you successfully download the coco caption dataset used to fine-tune the pre-trained model? |
my problem is this when runnning oscar Model_zoo.md script it raises:config.img_feature_dim = args.img_feature_dim.AttributeError: 'NoneType' object has no attribute 'img_feature_dim' |
|
@or-toledano |
@SYSUmrlian Try to specify the full path of pretrained model. |
To reproduce: run the python scripts from VinVL_MODEL_ZOO.md under
And under:
Fixed by PR #144
The text was updated successfully, but these errors were encountered: