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": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"## Install Coqui STT if you need to\n",
|
"## Install Coqui STT if you need to\n",
|
||||||
"# !git clone --depth 1 https://github.com/coqui-ai/STT.git\n",
|
"!git clone --depth 1 https://github.com/coqui-ai/STT.git\n",
|
||||||
"# !cd STT; pip install -U pip wheel setuptools; pip install ."
|
"!cd STT; pip install -U pip wheel setuptools; pip install ."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -251,7 +251,7 @@
|
|||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"from coqui_stt_training.train import test\n",
|
"from coqui_stt_training.evaluate import test\n",
|
||||||
"\n",
|
"\n",
|
||||||
"test()"
|
"test()"
|
||||||
]
|
]
|
||||||
|
@ -33,8 +33,8 @@
|
|||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"## Install Coqui STT if you need to\n",
|
"## Install Coqui STT if you need to\n",
|
||||||
"# !git clone --depth 1 https://github.com/coqui-ai/STT.git\n",
|
"!git clone --depth 1 https://github.com/coqui-ai/STT.git\n",
|
||||||
"# !cd STT; pip install -U pip wheel setuptools; pip install ."
|
"!cd STT; pip install -U pip wheel setuptools; pip install ."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -230,7 +230,7 @@
|
|||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"from coqui_stt_training.train import test\n",
|
"from coqui_stt_training.evaluate import test\n",
|
||||||
"\n",
|
"\n",
|
||||||
"test()"
|
"test()"
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user