-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
About the performance #28
Comments
I cannot get good performance on msr-vtt dataset. So i want to know the Bleu_4 you got on this dataset (vgg16 features without c3d features). I have tried different learning rate, dim_hidden, optimizer.... however, not i only get 31.13% . Thank you . |
Hi @summer1030 I got ValueError: not enough values to unpack (expected 3, got 2) while running train.py. Traceback (most recent call last): |
Msr vtt dataset have 10000 videos and 20 captions for each video but in this implementation only a video-caption pair for each example in train phase is considered. Therefore in total <= 10000 example for train. |
Our result is even worse...Bleu_4 is only 18%. |
Hi @summer1030 I got ValueError: Traceback (most recent call last): |
when i run:python train.py --gpu 0 --epochs 3001 --batch_size 300 --checkpoint_path data/save --feats_dir data/feats/resnet152 --model S2VTAttModel --dim_vid 4096 |
No description provided.
The text was updated successfully, but these errors were encountered: