Skip to content

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
Signed-off-by: hsiehjackson <c2hsieh@ucsd.edu>
  • Loading branch information
hsiehjackson committed Jun 1, 2023
1 parent cba6e6d commit 350ef59
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tutorials/tts/FastPitch_Adapter_Finetuning.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"4. Run this cell to set up dependencies# .\n",
"\"\"\"\n",
"# # If you're using Colab and not running locally, uncomment and run this cell.\n",
"# BRANCH = 'main'\n",
"# BRANCH = 'r1.19.0'\n",
"# !apt-get install sox libsndfile1 ffmpeg\n",
"# !pip install wget unidecode pynini==2.1.4 scipy==1.7.3\n",
"# !python -m pip install git+https://github.com/NVIDIA/NeMo.git@$BRANCH#egg=nemo_toolkit[all]\n",
Expand Down Expand Up @@ -246,7 +246,7 @@
"source": [
"### Extract Supplementary Data\n",
"\n",
"As mentioned in the [FastPitch and MixerTTS training tutorial](https://github.com/NVIDIA/NeMo/blob/main/tutorials/tts/FastPitch_MixerTTS_Training.ipynb) - To accelerate and stabilize our training, we also need to extract pitch for every audio, estimate pitch statistics (mean, std, min, and max). To do this, all we need to do is iterate over our data one time, via `extract_sup_data.py` script."
"As mentioned in the [FastPitch and MixerTTS training tutorial](https://github.com/NVIDIA/NeMo/blob/r1.19.0/tutorials/tts/FastPitch_MixerTTS_Training.ipynb) - To accelerate and stabilize our training, we also need to extract pitch for every audio, estimate pitch statistics (mean, std, min, and max). To do this, all we need to do is iterate over our data one time, via `extract_sup_data.py` script."
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions tutorials/tts/FastPitch_MultiSpeaker_Pretraining.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"3. Connect to an instance with a GPU (Runtime -> Change runtime type -> select \"GPU\" for hardware accelerator)\n",
"4. Run this cell to set up dependencies# .\n",
"\"\"\"\n",
"# BRANCH = 'main'\n",
"# BRANCH = 'r1.19.0'\n",
"# # If you're using Colab and not running locally, uncomment and run this cell.\n",
"# !apt-get install sox libsndfile1 ffmpeg\n",
"# !pip install wget unidecode pynini==2.1.4 scipy==1.7.3\n",
Expand Down Expand Up @@ -258,7 +258,7 @@
"source": [
"### Extract Supplementary Data\n",
"\n",
"As mentioned in the [FastPitch and MixerTTS training tutorial](https://github.com/NVIDIA/NeMo/blob/main/tutorials/tts/FastPitch_MixerTTS_Training.ipynb) - To accelerate and stabilize our training, we also need to extract pitch for every audio, estimate pitch statistics (mean, std, min, and max). To do this, all we need to do is iterate over our data one time, via `extract_sup_data.py` script."
"As mentioned in the [FastPitch and MixerTTS training tutorial](https://github.com/NVIDIA/NeMo/blob/r1.19.0/tutorials/tts/FastPitch_MixerTTS_Training.ipynb) - To accelerate and stabilize our training, we also need to extract pitch for every audio, estimate pitch statistics (mean, std, min, and max). To do this, all we need to do is iterate over our data one time, via `extract_sup_data.py` script."
]
},
{
Expand Down

0 comments on commit 350ef59

Please sign in to comment.