MLFcGAN
MLFcGAN copied to clipboard
"ValueError" while testing
Dear author, I met some error while testing, the path and pretrained weights is right, but something unexpected happened in the networks.py files. How can I fix this?
you may check the result of "concat_t.size()" first and get 'n' and 'dims' from the result of 'concat_t.size()' accordingly. Thanks.
@Xiaodong-Bran The outputs of concat_t.size() are "torch.Size([1, 512, 2])", and all settings are kept the default. I have changed the n, dims to 512 and 2 or 3, but it is still wrong.