tutorials
tutorials copied to clipboard
NVIDIA Riva runnable tutorials
Whitelist was from NeMo repo to https://github.com/NVIDIA/NeMo-text-processing/blob/main/nemo_text_processing/text_normalization/en/data/whitelist/tts.tsv
Fixes https://github.com/nvidia-riva/tutorials/issues/178
The link (https://docs.nvidia.com/deeplearning/riva/user-guide/docs/tutorials/tts-python-basics-and-customization-with-ssml.html) shared in https://docs.nvidia.com/deeplearning/riva/user-guide/docs/tutorials/tts-basics-customize-ssml.html#note is not valid anymore.
flashlight-text is now available on PyPI. The old method of installing it with pip install git+ now results in an error, so I changed it to pip3 install flashlight-text.
https://docs.nvidia.com/deeplearning/riva/user-guide/docs/tutorials/deploy-eks.html This is after changing k8s version to 1.22 as mentioned [here](https://github.com/nvidia-riva/tutorials/issues/167) and running `eksctl create cluster -f eks_launch_conf.yaml ` 
https://docs.nvidia.com/deeplearning/riva/user-guide/docs/tutorials/deploy-eks.html Repro (bash): ```bash eksctl create cluster -f eks_launch_conf.yaml ```
ASR model export !pip install nemo2riva is not being resolved cell: print(__riva_version__) !pip install nvidia-pyindex !ngc registry resource download-version "nvidia/riva/riva_quickstart:"$__riva_version__ !pip install nemo2riva !pip install protobuf==3.20.0 ============ 2.10.0 ++++++++++ getting...
Moved EnglishG2p import from `from nemo_text_processing.g2p.modules import EnglishG2p` to `from nemo.collections.tts.g2p.models.en_us_arpabet import EnglishG2p `