hongchengzhu
hongchengzhu
Dear author, In your code, you use `prior_dist = dist.Normal(0, 1)` to establish a normal distribution, and use `-prior_dist.log_prob(z_postflow).mean()` to compute NLL (z_postflow means the training output of post-net). However,...
Firstly thanks to the author for the implementation of this work. In ./converted_samples/readme, you mentioned that 'These converted samples were obtained from the not-well-fine-tuned model. If you want to get...
Dear author, In your paper, you mentioned you extracted ppg and SSL features by s3prl toolkit. However, I cannot find in s3prl on how to extract ppg. Could you provide...