Closed Ericforliu closed 4 years ago
The error is like :
Traceback (most recent call last):
File "train.py", line 31, in
I have deleted the model10 but it changed to error in line 68.
in Windows, for FusionGenerator and InstanceGeneretor, you should delete the module part and can run well
When I want to train my own dataset, I found that, only stage=full can run well, stage=instance or fusion will get any exception for that, get an empty tensor.
So, now I can get the last_net_G.pth well, BUT I can't get last_net_GF & last_net_Gcomp.
Thanks.