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
I'm been using this model for some time and recently had to install it in a new python venv. The train() syntax has changed since my original install, so I know some changes have been made since my previous install. Problem is, it no longer saves any checkpoint files during training. The directory is created, but nothing ever shows up there - latest_model.pt, best_model.pt, etc. are never written. This is making the model completely useless, as I need to test it after training, not during.
The text was updated successfully, but these errors were encountered:
Same issue here--no checkpoint saved (using the Training_Example.ipynb). Any chance this will get fixed? It's otherwise not usable as-is. Would really love to be able to use it. I've converted the CMU pronouncing dictionary to X-SAMPA and would be happy to make that and a model trained on it public...if I can just get a model trained. Thanks!
I'm been using this model for some time and recently had to install it in a new python venv. The train() syntax has changed since my original install, so I know some changes have been made since my previous install. Problem is, it no longer saves any checkpoint files during training. The directory is created, but nothing ever shows up there - latest_model.pt, best_model.pt, etc. are never written. This is making the model completely useless, as I need to test it after training, not during.
The text was updated successfully, but these errors were encountered: