chore: Update README usage
This commit is contained in:
parent
37ab43c134
commit
abbf749029
1 changed files with 3 additions and 1 deletions
|
|
@ -3,7 +3,9 @@
|
|||
Example usage:
|
||||
|
||||
```shell
|
||||
python main_cnn.py --debug train --dataset enwik9 --method optuna
|
||||
python main.py --debug train --dataset enwik9 --data-root ~/data/datasets/ml --method optuna --model transformer --model-save-path ~/data/ml-models/test-transformer.pt
|
||||
|
||||
python benchmark.py --debug train --dataset enwik9 --data-root ~/data/datasets/ml --method optuna --model cnn --model-save-path ~/data/ml-models/test-cnn.pt
|
||||
```
|
||||
|
||||
## Running locally
|
||||
|
|
|
|||
Reference in a new issue