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.
When running the model on 384 * 384 size imaged, I get the following error from VGG discriminator in the ESRGAN
assert x.size(2) == 128 and x.size(3) == 128, (f'Input spatial size must be 128x128, '
AssertionError: Input spatial size must be 128x128, but received torch.Size([4, 3, 384, 384]).
The text was updated successfully, but these errors were encountered:
When running the model on 384 * 384 size imaged, I get the following error from VGG discriminator in the ESRGAN
assert x.size(2) == 128 and x.size(3) == 128, (f'Input spatial size must be 128x128, '
AssertionError: Input spatial size must be 128x128, but received torch.Size([4, 3, 384, 384]).
The text was updated successfully, but these errors were encountered: