devzhk / Implicit-Competitive-Regularization

Code for: Implicit Competitive Regularization in GANs
Apache License 2.0
114 stars 18 forks source link

single '}' is redundant !! #3

Closed Johnson-yue closed 4 years ago

Johnson-yue commented 4 years ago

Hi, I run the train.ipynb and has error than I check the VisionData.py code

error: in this line code

your repo :

print('inception score- mean: {}}, std: {}'.format(is_mean, is_std))

should be inplace with :

print('inception score- mean: {}, std: {}'.format(is_mean, is_std))

devzhk commented 4 years ago

Sorry, I uploaded the wrong file. The latest version fix the problem.