I'm trying to change the input size from 256x256 to 32x32 in generator model but comes up with an error #150
monsieurupanshu
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Error
raise ValueError("Expected more than 1 value per channel when training, got input size {}".format(size)) ValueError: Expected more than 1 value per channel when training, got input size torch.Size([1, 512, 1, 1])
I think I'm doing something wrong.
Beta Was this translation helpful? Give feedback.
All reactions