Two bugfixes, improved err msg, and whitespace removal#63
Two bugfixes, improved err msg, and whitespace removal#63catherio wants to merge 3 commits intoigul222:masterfrom
Conversation
|
Thanks for the PR :) Re. the Inception Score changes, are those bugs also present in the canonical implementation (https://github.com/openai/improved-gan/blob/master/inception_score/model.py)? If so then I'm hesitant to change because enough people have reported results with them that they're de-facto part of the eval metric now. |
|
Ah, I hadn't realized this code was almost verbatim copied from the openai version. Yes, these two bugs are also there. They're not the type of bugs that cause the score to be different, though, they're stacktrace errors that mean the program just doesn't run (anymore?). I'll go file this same PR against their implementation and see what they say. |
|
PR on the canonical implementation is here: openai/improved-gan#31 |
|
FYI, the changes proposed are now also in the canonical model. No numerical or semantic changes, merely compatibility. openai/improved-gan#31 |
|
The |
|
@catherio Thank you for your changes! |
Two bugfixes:
Improved error message explaining how to download CIFAR-10
Whitespace removal (sorry, my editor does this automatically, and I assume you don't mind)