Skip to content

Commit

Permalink
Fix Training examples
Browse files Browse the repository at this point in the history
  • Loading branch information
upskyy authored Aug 3, 2021
1 parent 58ba00f commit 091b58c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ $ python ./openspeech_cli/hydra_train.py \
audio=fbank \
lr_scheduler=warmup_reduce_lr_on_plateau \
trainer=gpu \
criterion=joint_ctc_cross_entropy
criterion=cross_entropy
```

You can simply train with KsponSpeech dataset like below:
Expand All @@ -207,7 +207,7 @@ $ python ./openspeech_cli/hydra_train.py \
audio=melspectrogram \
lr_scheduler=warmup_reduce_lr_on_plateau \
trainer=tpu \
criterion=joint_ctc_cross_entropy
criterion=cross_entropy
```

You can simply train with AISHELL-1 dataset like below:
Expand Down

0 comments on commit 091b58c

Please sign in to comment.