[Bug] Error in the definition of the function that adv loss in the vocoder. #3153
Closed
Description
Describe the bug
There is a simple bug here, real_loss
and fake_loss
will be overwritten instead of being cumulative, which will result in the real_loss
and fake_loss
in the return value being related only to the last discriminator.
To Reproduce
It's a simple mistake that doesn't need to be reproduced.
Expected behavior
No response
Logs
No response
Environment
No environmental description needed
Additional context
No response