Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

Input shapes to the VGG discriminator are wrong #19

Open
shehrum opened this issue Jun 9, 2022 · 3 comments
Open

Input shapes to the VGG discriminator are wrong #19

shehrum opened this issue Jun 9, 2022 · 3 comments

Comments

@shehrum
Copy link

shehrum commented Jun 9, 2022

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]).

@Chesuour
Copy link

me too.I have the same problem. Do you know how to solve it?

@yo-WASSUP
Copy link

same problem

@AIMads
Copy link

AIMads commented Aug 20, 2022

Same here

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

No branches or pull requests

4 participants