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
ConditionalBatchNorm2d will need to be modified if a load author pre-trained generator is required. Or you can choose to retrain. This is true for all conditions GAN.
Of course, I hope the author can pay attention to this problem.
Best!
Leean
The text was updated successfully, but these errors were encountered:
When I load AGGAN-Mod, I get this error:
So I went to find out why.
The network structure in which my generator was found looks like this:
And the log that the author trained looks like this:
I found ConditionalBatchNorm2d (in ops.py) in the latest code and found:
but
g_linear= ops.linear(in config.py)
This is where the above error comes in.
ConditionalBatchNorm2d will need to be modified if a load author pre-trained generator is required. Or you can choose to retrain. This is true for all conditions GAN.
Of course, I hope the author can pay attention to this problem.
Best!
Leean
The text was updated successfully, but these errors were encountered: