You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
, which is clearly incorrect since it's loading ckptG instead of ckptD, as well as other G-related arguments.
Second, this one is possibly just me, but single-speaker training train.py doesn't seem to work. This may be due to the checkpoint-loading defect, which is present in both train.py and train_ms.py; I only tried to train the model with the current code(unfixed the bugs aforementioned), so I don't know exactly why it didn't work.
The text was updated successfully, but these errors were encountered:
Sorry for the mistake i've made. I didn't check it out when making changes that i copied this line twice.
Except that, checkpoint-loading function seems no problem as i've checked it on colab before.
f6d9de5 seems to have several possible and definite bugs. First,
train_ms.py
'spart has been modified to:
, which is clearly incorrect since it's loading ckptG instead of ckptD, as well as other G-related arguments.
Second, this one is possibly just me, but single-speaker training
train.py
doesn't seem to work. This may be due to the checkpoint-loading defect, which is present in bothtrain.py
andtrain_ms.py
; I only tried to train the model with the current code(unfixed the bugs aforementioned), so I don't know exactly why it didn't work.The text was updated successfully, but these errors were encountered: