Closed r9y9 closed 2 years ago
Many thanks for reporting the bug, will look at that soon.
Just to make sure, which database are you using?
I use Namine ritus's and ofuton_p's databases.
Hi, any updates on this? I am unable to reproduce results for RNN (w/ G.T. Dur) and Transformer (w/ G.T. Dur) described in the paper https://arxiv.org/abs/2205.04029.
We have found the same bug with the latest branch, trying to fix it. Thanks for the following up.
Hi, sorry, I just review the issue, and find that the issue is from the feature extractor. The one with duration predictor will need to be trained with syllable_score_feats
instead of the default frame_score_feats
. If you go to the run.sh
, you can see the option there, which is default as frame_score_feats
It definitely worths to make a better warning message though~ Thanks for bringing that out
Thank you for the quick response! I'll try to see if it works with syllable_score_feats
!
It worked, thank you again!
I am trying to train models with duration prediction but got the following errors:
To reproduce, run the following command in ofuton_p's or ritsu's recipe:
It seems like a bug. I didn't change any parameters, just used configs in this repository. Could you check it?