Apply suggestions from code review

pull/3878/head
张春乔 10 months ago committed by GitHub
parent 81c142c25c
commit 61807b4394
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -178,7 +178,7 @@ This stage is to transform dygraph to static graph.
If you already have a dynamic graph model, you can run this script: If you already have a dynamic graph model, you can run this script:
```bash ```bash
source path.sh source path.sh
./local/export.sh conf/deepspeech2.yaml exp/deepspeech2/checkpoints/avg_1 exp/deepspeech2/checkpoints/avg_1.jit ./local/export.sh conf/deepspeech2.yaml exp/deepspeech2/checkpoints/avg_10 exp/deepspeech2/checkpoints/avg_10.jit
``` ```
## Stage 5: Static graph Model Testing ## Stage 5: Static graph Model Testing
Similar to stage 3, the static graph model can also be tested. Similar to stage 3, the static graph model can also be tested.

Loading…
Cancel
Save