MingjieChen / DYGANVC

demo page https://MingjieChen.github.io/dygan-vc
67 stars 9 forks source link

What do these indices mean? #9

Closed ZJ-CAI closed 2 years ago

ZJ-CAI commented 2 years ago

When training, real:0.32081 fake:0.19402 reg:0.00009 adv:0.30563 id:0.30306, these indices make me confused. Would you please show me which one(s) is relative to the performance of the generator model? Thank you

MingjieChen commented 2 years ago

Hello, the 'id' here means identity reconstruction loss, which is a MAE loss with the groundtruth mel spectrograms.

ZJ-CAI commented 2 years ago

Hello, the 'id' here means identity reconstruction loss, which is a MAE loss with the groundtruth mel spectrograms.

Hello, the 'id' here means identity reconstruction loss, which is a MAE loss with the groundtruth mel spectrograms.

Thanks for your reply!