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

it seems have a bug when I train a x2(scale=2) model? #3

Open
xiaoxiongli opened this issue Jun 1, 2021 · 1 comment
Open

it seems have a bug when I train a x2(scale=2) model? #3

xiaoxiongli opened this issue Jun 1, 2021 · 1 comment

Comments

@xiaoxiongli
Copy link

xiaoxiongli commented Jun 1, 2021

Hi Dear @NJU-Jet:

I wanna to train a model that scale=2. (as you know, the defaut scale is 3)
it seems have a bug here:
image

you can see that this [inp, inp, inp, inp, inp, inp, inp, inp, inp] is for scale=3, so how to fix it if I want to train a x2 model?

can we fix it this way: [inp, inp, inp, inp, inp, inp, inp, inp, inp] --> [inp] x scale x scale ?

thank you very much!

@NJU-Jet
Copy link
Owner

NJU-Jet commented Jun 1, 2021

You are right and this is a bug. The inp should just repeat (scale**2) times.

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

2 participants