File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ with GPU support for training.
34
34
35
35
36
36
### Arch Linux
37
- ``` shell
37
+ ``` console
38
38
# Install dependencies.
39
39
sudo pacman -S sox python-tensorflow-opt-cuda tensorbaord
40
40
@@ -57,7 +57,7 @@ and install `tensorflow-gpu` instead.
57
57
Based on my experience it's worth the effort to
58
58
[ build TensorFlow from source] ( https://www.tensorflow.org/install/source ) .
59
59
60
- ``` shell
60
+ ``` console
61
61
# Install dependencies.
62
62
sudo apt install python3-tk sox libsox-fmt-all
63
63
@@ -160,7 +160,7 @@ TEDLIUM examples with labels shorter than 5 words have been removed.
160
160
161
161
162
162
### Statistics
163
- ``` console
163
+ ```
164
164
ipython python/dataset/word_counts.py
165
165
Calculating statistics for /home/gpuinstall/workspace/ctc-asr/data/train.csv
166
166
Word based statistics:
You can’t perform that action at this time.
0 commit comments