-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Which model will get if I run train python main.py --train #16
Comments
I noticed that you have released four models, they are:
If I want to train the network to get these models, could you please tell me where should I modify? |
Based on default setting, you will get 2. Directx2 model.
For the second issue, try to train until it converges. I think iteration 27522 is not enough for convergence. |
Thanks for your email. I also tried to train another Bicubic x2 model by adding |
Here is the config for x2 BIcubic with 100000 iters.
After training 100000 iters, I tested the trained model using the ‘g13_bic’ with the corresponding kernel for x2. I got the following results: My: Official: |
We have slightly different options for training dataset with 3.37 GB. I found that, in our previous code, we used option The reason we changed the option is based on our extensive experiments, where our new option brought increased performance. I don't think this is the problem which leads PSNR gap of 2 dB. |
Thanks for your comment. By setting |
Please @liqilei I'm facing a problem when i load the pretrained model , specially when it reads the checkpoint NotFoundError (see above for traceback): Key MODEL/conv7/kernel/Adam_3 not found in checkpoint |
Please @JWSoh I'm facing a problem when i load the pretrained model , specially when it reads the checkpoint NotFoundError (see above for traceback): Key MODEL/conv7/kernel/Adam_3 not found in checkpoint |
Hi, thanks for your meaningful work.
I want to ask if I do the following operations, which model ill I have?
train_MZSR.tfrecord
(7.09GB);python main.py --train --gpu 0 --trial 0 --step 0
.I trained for 27522 iters, but when I test the trained model on
Input/g20/Set5/
, I get PSNR=33.6947 and SSIM=0.9265.Can you give me some suggestions?
The text was updated successfully, but these errors were encountered: