jmiller656 / EDSR-Tensorflow

Tensorflow implementation of Enhanced Deep Residual Networks for Single Image Super-Resolution
MIT License
330 stars 107 forks source link

How to control the training epochs in the codes ? #48

Closed sdlpkxd closed 5 years ago

sdlpkxd commented 5 years ago

Excuse me In the code we can control the loop by the parameter iterations, but how can we know how many epochs we trained ? Thanks in advance

kong1060553768 commented 5 years ago

Iterations are iterations, which are shown by tqdm! By the way, how was your training result?

jmiller656 commented 5 years ago

My current data utilities don't calculate epochs based on your dataset size, so you'd have to do some math to carefully decide the number of training iterations instead.

This may be fixed in a future version where I switch the library to keras