We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a119354 commit 7517c30Copy full SHA for 7517c30
README.md
@@ -44,6 +44,8 @@ sudo pacman -S texlive-most
44
# Clone reposetory and install Python depdendencies.
45
git clone https://github.com/mdangschat/ctc-asr.git
46
cd speech
47
+git checkout <release_tag>
48
+
49
# Setup optional virtual environment.
50
pip install -r requirements.txt
51
```
@@ -65,6 +67,8 @@ sudo apt install texlive
65
67
# Clone reposetory and install Python depdendencies. Don't forget to use tensorflow-gpu.
66
68
69
70
71
72
73
pip3 install -r requirements.txt
74
@@ -197,4 +201,4 @@ set.
197
201
198
202
<!--
199
203
# vim: ts=2:sw=2:et:
200
--->
204
+-->
0 commit comments