Merge pull request #1965 from JRMeyer/notebooks
Fix notebook syntax after train.py was split into parts
This commit is contained in:
commit
ba581501f4
@ -35,8 +35,8 @@
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"## Install Coqui STT if you need to\n",
|
||||
"# !git clone --depth 1 https://github.com/coqui-ai/STT.git\n",
|
||||
"# !cd STT; pip install -U pip wheel setuptools; pip install ."
|
||||
"!git clone --depth 1 https://github.com/coqui-ai/STT.git\n",
|
||||
"!cd STT; pip install -U pip wheel setuptools; pip install ."
|
||||
]
|
||||
},
|
||||
{
|
||||
@ -251,7 +251,7 @@
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"from coqui_stt_training.train import test\n",
|
||||
"from coqui_stt_training.evaluate import test\n",
|
||||
"\n",
|
||||
"test()"
|
||||
]
|
||||
|
@ -33,8 +33,8 @@
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"## Install Coqui STT if you need to\n",
|
||||
"# !git clone --depth 1 https://github.com/coqui-ai/STT.git\n",
|
||||
"# !cd STT; pip install -U pip wheel setuptools; pip install ."
|
||||
"!git clone --depth 1 https://github.com/coqui-ai/STT.git\n",
|
||||
"!cd STT; pip install -U pip wheel setuptools; pip install ."
|
||||
]
|
||||
},
|
||||
{
|
||||
@ -230,7 +230,7 @@
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"from coqui_stt_training.train import test\n",
|
||||
"from coqui_stt_training.evaluate import test\n",
|
||||
"\n",
|
||||
"test()"
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user