-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to replace the new dataset #41
Comments
Hi, thank you for your question. Assuming you are only considering training the first stage (autoencoder), here are a few hints:
|
Hi @v-iashin |
E:\ProgramData\anaconda3\envs\py39\python.exe C:\Users\User1\Downloads\SpecVQGAN-main\train.py python train.py --base configs/LJSpeech_codebook.yaml -t True --gpus 0, Lightning config E:\ProgramData\anaconda3\envs\py39\lib\site-packages\omegaconf\basecontainer.py:225: UserWarning: cfg.pretty() is deprecated and will be removed in a future version. warnings.warn( | Name | Type | Params0 | encoder | Encoder | 29.3 M
|
Hi @v-iashin |
these are the number of times each codebook code was used during previous epoch, e.g. code No.4 was used 48 times. You want these counts to be as uniform as possible (less zeros). |
Hi @v-iashin |
Hi @v-iashin |
Hi @v-iashin
If I want to retrain the model with a new dataset, such as
LJSpeech
, which .py file should I start with?The text was updated successfully, but these errors were encountered: