pytorch-adda
pytorch-adda copied to clipboard
Criterion problem
Thanks for sharing the code. I have a question about the line 25 in adapt.py (criterion = nn.CrossEntropyLoss() ). Since nn.LogSoftmax() is added in discriminator.py (line 21). Is it correct to use CrossEntropyLoss as criterion ? Or maybe I miss something? Thanks in advance.
The same question here, I also tried NLLLoss()
The same question here, I also tried NLLLoss()
How was the result?