weijiawu / SyntoReal_STD

HHH
33 stars 7 forks source link

Loss function parameters mismatch #4

Closed doem97 closed 3 years ago

doem97 commented 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!

doem97 commented 3 years ago

More specifically, the domain loss part is missing

wenyi-li commented 1 year ago

I come up with the same problem. Is there any solution?