huangzehao / caffe-vdsr

A Caffe-based implementation of very deep convolution network for image super-resolution
MIT License
273 stars 134 forks source link

About testing data in Train/ #25

Closed jackie840129 closed 7 years ago

jackie840129 commented 7 years ago

Hi , I see the generate_test.m in your Train directory. I found that it is used to load the Set5 data. Were those data used for validation data when training? If so, I don't know why you did this because normally we did not use the same data when validation and testing. Thanks!

huangzehao commented 7 years ago

Hi, you are right. You can choose another dataset for validation. It is just an example.