Everything has been changed?! #1680
-
Hello, I am working on NeMo for about 2 months and yesterday I suddenly figured out that everything has been updated. |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments
-
Yes, we are working on a major redesigned version of NeMo. You can see it now in, a default, "main" branch. A great place to start making yourself familiar with this new version is to checkout our tutorials (which can be run on Colab, just don't forget to set runtime type to GPU) We strongly recommend you switch to this new version of NeMo because this is what 1.0.0 version will be based on. I apologize for the inconvenience and hope you'll like new version. |
Beta Was this translation helpful? Give feedback.
-
Thanks a lot! The first link is dead though. |
Beta Was this translation helpful? Give feedback.
-
fixed, the link. thx |
Beta Was this translation helpful? Give feedback.
-
I just realized about the changes today, it so easy to migrate since I just need to load my model weights and I can use current version straight away based on Fine Tuning example, Thanks. |
Beta Was this translation helpful? Give feedback.
-
How exacly would I go about loading model weights from previous version and using. it for speech to text locally. (I built a custom manifesto using https://github.com/NVIDIA/NeMo/blob/master/examples/asr/notebooks/1_ASR_tutorial_using_NeMo.ipynb |
Beta Was this translation helpful? Give feedback.
-
If you use old nemo, it will save your Encoder and Decoder weights
And then follow the Transfer learning tutorial
Next time I want to continue fine tune my model I instantiate using this
|
Beta Was this translation helpful? Give feedback.
-
@okuchaiev Thanks for your efforts. I hope you are including 'word level timestamps' with and without using language model in ASR in this major release. If not, its a request to please add this feature as well. Also, is there any tentative date when 1.0.0 will be released? |
Beta Was this translation helpful? Give feedback.
Hi @soheiltehranipour
Yes, we are working on a major redesigned version of NeMo. You can see it now in, a default, "main" branch.
This version is easily PyTorch-compatible, introduces concepts of models and adopts PyTorch Lightning for training.
A great place to start making yourself familiar with this new version is to checkout our tutorials (which can be run on Colab, just don't forget to set runtime type to GPU)
NeMo primer tutorial
ASR_with_NeMo
Speech Commands
Online Noise Augmentation
Punctuation_and_Capitalization
We strongly recommend you switch to this new version of NeMo because this is what 1.0.0 version will be based on.
If you need access to the old version - it c…