You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -120,9 +120,9 @@ docker-compose up -d
120
120
121
121
- For _training, testing and using_**CTC Models**, run `./scripts/install_ctc_decoders.sh`
122
122
123
-
- For _training_**Transducer Models** with RNNT Loss from [warp-transducer](https://github.com/HawkAaron/warp-transducer), run `export CUDA_HOME=/usr/local/cuda && ./scripts/install_rnnt_loss.sh` (**Note**: only `export CUDA_HOME` when you have CUDA)
123
+
- For _training_**Transducer Models** with RNNT Loss in TF, make sure that [warp-transducer](https://github.com/HawkAaron/warp-transducer)**is not installed** (by simply run `pip3 uninstall warprnnt-tensorflow`) (**Recommended**)
124
124
125
-
- For _training_**Transducer Models** with RNNT Loss in TF, make sure that [warp-transducer](https://github.com/HawkAaron/warp-transducer)**is not installed** (by simply run `pip3 uninstall warprnnt-tensorflow`)
125
+
- For _training_**Transducer Models** with RNNT Loss from [warp-transducer](https://github.com/HawkAaron/warp-transducer), run `export CUDA_HOME=/usr/local/cuda && ./scripts/install_rnnt_loss.sh` (**Note**: only `export CUDA_HOME` when you have CUDA)
126
126
127
127
- For _mixed precision training_, use flag `--mxp` when running python scripts from [examples](./examples)
0 commit comments