sbarratt / inception-score-pytorch

Inception Score for GANs in Pytorch
MIT License
641 stars 125 forks source link

Readme show wrong snippet #7

Open despoisj opened 6 years ago

despoisj commented 6 years ago

In the readme, it shows the method takes images normalized between 0 and 1, while in the code it's between -1 and 1.