[docs] Update Flashlight Bindings Docs (#4522)

* Update README.md

* Update README.md
This commit is contained in:
Jacob Kahn 2022-06-28 17:52:57 -07:00 committed by GitHub
parent a6a6327942
commit 5d8d0674c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,11 @@ sclite -r ${RES_DIR}/ref.word-checkpoint_last.pt-${SET}.txt -h ${RES_DIR}/hypo.w
* flashlight-style Conv/GLU model
* flashlight's beam search decoder
To use these, follow the instructions on [this page](https://github.com/facebookresearch/flashlight/tree/master/bindings/python) to install python bindings.
To use these, follow the instructions on [this page](https://github.com/flashlight/flashlight/tree/e16682fa32df30cbf675c8fe010f929c61e3b833/bindings/python) to install python bindings. **Flashlight v0.3.2** must be used to install the bindings. Running:
```
git clone --branch v0.3.2 https://github.com/flashlight/flashlight
```
will properly clone and check out this version.
## Training librispeech data (flashlight style, Conv/GLU + ASG loss)
Training command: