Skip to content
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

why the result is 0.01 when I validate #43

Closed
heyumeng123 opened this issue Sep 27, 2019 · 3 comments
Closed

why the result is 0.01 when I validate #43

heyumeng123 opened this issue Sep 27, 2019 · 3 comments

Comments

@heyumeng123
Copy link

I run your model about mfb.When I train,every step is done according to your requirements.The input is"python run.py --RUN='train' --MODEL='mfb' --DATASET='vqa' " And we can see the results.The accuracy is about 65%.
when I validate ,The input is "python run.py --RUN='val' --MODEL='mfb' --DATASET='vqa ' --CKPT_V=7153401 --CKPT_E=13" 7153401 is the version about loaded model.But the results is 0.01. Why it is 0.01. I dont know what's wrong.

@yuzcccc
Copy link
Contributor

yuzcccc commented Sep 27, 2019

The phenomenon is really odd, and we have rerun the command just as you provided (we only trained for 1 epoch) but the result obtained by manual validation is consistent with the validation during training. Do you use other augment when during training or testing, e.g., accu or multiple GPUs?

@heyumeng123
Copy link
Author

After the dataset is downloaded, I start training.The dataset is what you presented on the web. I dont have the ability to change the code, so I didn't use other augment during training or testing.Now I have trained it again.But the result is 0.01

@MIL-VLG
Copy link
Collaborator

MIL-VLG commented Sep 29, 2019

This is caused by a bug indeed. We have fixed the problem in #44

@MIL-VLG MIL-VLG closed this as completed Sep 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants