-
Notifications
You must be signed in to change notification settings - Fork 30
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
Cannot reproduce the Inception score from trained model #9
Comments
@ashual any idea for that? |
@viperit it seems I've messed up the dataset when refactoring |
Thx! |
@viperit it should be fine now. These are the commands for reproducing the results: The model is non-deterministic which means that the results can vary (both up and down). In this test, we have used features_clustered_001.npy which gives steady results (less variations when you run the test) |
Hi! |
#10 will take some time since each model requires one week to train and some resources (GPU) |
Ok! |
Hi,
I have found that I can't reproduce the Inception score of 128 size image even though I have used the model provided by the author.
I only get 9.8 instead of 10.4 as the paper said. And it get lower (8.9) number if i use sample_features=1 and sample feature from features_clustered_100.npy as the paper said.
Btw, I get 24.02 of gt images which is closed to the number provided by the paper. I didn't try 256*256.
for your convenience, I provide the command and the step below.
The step:
1、use sample_images.py to generate images of val set
python sample_images.py --checkpoint 'the path of model' --output 'path to save images'
2、use the code from as the author said: here
The text was updated successfully, but these errors were encountered: