JiahuiYu / wdsr_ntire2018

Code of our winning entry to NTIRE super-resolution challenge, CVPR 2018
http://www.vision.ee.ethz.ch/ntire18/
598 stars 123 forks source link

ask about the pre-training model? #24

Closed JusperLee closed 5 years ago

JusperLee commented 5 years ago

I use the pre-model trained by X2, how to adjust the parameters to train the X4 model. image

JiahuiYu commented 5 years ago

You will need to adjust upsampling layer. The related code should be included in PyTorch EDSR code because they use x2 pretrained model for fine-tuning x4 task.

In our report, all models are trained from scratch. So, please ask them for help.

JusperLee commented 5 years ago

In your report, did you also use this EDSR code, was it the X4 model directly trained or the X2 model trained and then fine-tuned to the X4 model

JiahuiYu commented 5 years ago

We directly trained x4 / x8 model.

dongxijia commented 5 years ago

Dear anthor, I got a problem, Did you trained ×4/×8 model directly by changing the --scale to 4/8 of training command, for example in python main.py --model wdsr_a --scale 2 --xxx --reset