Skip to content

Commit

Permalink
Remove incomplete training command example
Browse files Browse the repository at this point in the history
  • Loading branch information
baudm authored Aug 20, 2022
1 parent 048f0bb commit 8fa5100
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,6 @@ print('Decoded label = {}'.format(label[0]))

## Training
The training script can train any supported model. You can override any configuration using the command line. Please refer to [Hydra](https://hydra.cc) docs for more info about the syntax. Use `./train.py --help` to see the default configuration.
```bash
./train.py model=parseq model.perm_num=12 model.embed_dim=512 # Set embed_dim to 512 instead of 384, use 12 permutations.
```

<details><summary>Sample commands for different training configurations</summary><p>

Expand Down

0 comments on commit 8fa5100

Please sign in to comment.