Closed doem97 closed 3 years ago
Hi, the loss function in train() and Loss() have a different number of parameters. (5 params vs 6 params)
Besides, the Loss_target() Class is also missing (in train.py). Are you using a different loss lib other than the provided one? Thanks!
More specifically, the domain loss part is missing
I come up with the same problem. Is there any solution?
Hi, the loss function in train() and Loss() have a different number of parameters. (5 params vs 6 params)
Besides, the Loss_target() Class is also missing (in train.py). Are you using a different loss lib other than the provided one? Thanks!