Skip to content
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

Can this code realize training a single model and predicting multiple X.X SR images? #3

Open
jeanfang opened this issue Oct 31, 2019 · 2 comments

Comments

@jeanfang
Copy link

jeanfang commented Oct 31, 2019

Hi @smallsunsun1 , thanks for sharing your code! Nice work!
I have some questions: "D.scale" sets the size of scale factor, while training meta-SR, you said " training_process split into several period, scale ranges in 2,3,4" , how to realize this step exactly? Will this code train a single model to test arbitrary upscale SR, and if it's not a single model, how to do the X.X upscale tests ? Hoping for you answer and thanks for your time!

@smallsunsun1
Copy link
Owner

code in util.py deal with it. if you select RDN model, D.scale will use. if you select Meta-SR model, D.scale if meaningless and will use a random number for scale rather than D.scale.

@suke27
Copy link

suke27 commented Nov 15, 2019

how can i training multi scales during traing, e.g. training 1.1 to 4.0 by step 0.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants