Hello, I was looking into your code and it seems like the code does not consider the duration_pitch_loss. https://github.com/lucidrains/naturalspeech2-pytorch/blob/659bec7f7543e7747e809e950cc2f84242fbeec7/naturalspeech2_pytorch/naturalspeech2_pytorch.py#L1522 Maybe, it might be related to the aux_loss you have made. https://github.com/lucidrains/naturalspeech2-pytorch/blob/659bec7f7543e7747e809e950cc2f84242fbeec7/naturalspeech2_pytorch/naturalspeech2_pytorch.py#L1600 Thanks for the great work!
Hello, I was looking into your code and it seems like the code does not consider the duration_pitch_loss.
naturalspeech2-pytorch/naturalspeech2_pytorch/naturalspeech2_pytorch.py
Line 1522 in 659bec7
Maybe, it might be related to the aux_loss you have made.
naturalspeech2-pytorch/naturalspeech2_pytorch/naturalspeech2_pytorch.py
Line 1600 in 659bec7
Thanks for the great work!