You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.
I removed the line
resume_state: checkpoints/pretrained.state from train_basicsr.yml
Then got the error about 128 x 128 dimensions. So I resized "hq" images to 128x128 and "lq" images to 32x32.
Now I am getting error
LQ (32, 32) is smaller than patch size (96, 96)
in
/basicsr/data/transforms.py", line 59, in paired_random_crop
Where exactly need to set this patch size?
Has anyone got the training working without the pretrained state?
The text was updated successfully, but these errors were encountered: