Skip to content

Commit

Permalink
Update FakeYou_Tacotron2_Hi_Fi_GAN_español_(CPU).ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
justinjohn0306 authored Apr 5, 2023
1 parent ba76529 commit 7bfa5e3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions FakeYou_Tacotron2_Hi_Fi_GAN_español_(CPU).ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@
"#preparation\n",
"%tensorflow_version 2.x\n",
"import os\n",
"!pip install torchdata==0.5.1 torchtext==0.14.1\n",
"!pip install torch==1.13.1+cu117 torchvision==0.14.1+cu117 torchaudio==0.13.1 --extra-index-url https://download.pytorch.org/whl/cu117\n",
"!pip install -q torch==1.13.1+cu117 torchvision==0.14.1+cu117 torchaudio==0.13.1 torchtext==0.14.1 torchdata==0.5.1 --extra-index-url https://download.pytorch.org/whl/cu117 -U\n",
"!pip install tqdm -q\n",
"!pip install num2words\n",
"from tqdm.notebook import tqdm\n",
Expand Down Expand Up @@ -416,4 +415,4 @@
},
"nbformat": 4,
"nbformat_minor": 0
}
}

0 comments on commit 7bfa5e3

Please sign in to comment.