kweisamx / TensorFlow-VDSR

TensorFlow implementation of very deep convolution network for image super-resolution, color
https://arxiv.org/abs/1511.04587
MIT License
23 stars 16 forks source link

About save function #4

Closed yyy13 closed 6 years ago

yyy13 commented 6 years ago

Hello, I have a question. Why after training, there is only train.h5 in "checkpoint" folder, but no things like "vdsr_41_20layer". Therefore when I want to test after training, it cannot find the document so need to train again and again.

Thanks