tadax / srgan

SRGAN implemetation with TensorFlow
83 stars 31 forks source link

TypeError: integer argument expected, got float #10

Open c1a1o1 opened 6 years ago

c1a1o1 commented 6 years ago

TypeError: integer argument expected, got float

kamranjaved commented 6 years ago

I found same error. I fixed it by changing line 83 of train.py to path = os.path.join('result', seq, '{}.png'.format(epoch)) Seems new matplotlib libraries broke my existing .jpg output code. (copied).