-
-
Notifications
You must be signed in to change notification settings - Fork 160
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
warmup learning rate should be float? #127
Comments
You're right. I can't touch my pc now. I will check when I get home .(next week) |
I read your code of Waifu2xDataset. For the |
model_offset is the unpad size of the model output. Historically, waifu2x models do not use zero padding for conv2d. This is because of the problem of visible seams in tiled rendering. ( releated to nagadomi/waifu2x#238 , The quoted comment was written by me. ) So the output size of the model will be smaller than 2x the input. nunif/waifu2x/models/upconv_7.py Lines 7 to 11 in 2992576
input x = 256x256 nunif/waifu2x/models/upconv_7.py Lines 41 to 51 in 2992576
output size is 484x484.
|
Fixed 5b30b03
This problem has not yet fixed. |
Current:
The text was updated successfully, but these errors were encountered: