Skip to content

Commit

Permalink
Create run.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sanmin0312 authored Aug 28, 2023
1 parent 3169da1 commit d67fbfb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/run.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Run

**Train**
```
python [EXP_PATH] --amp_backend native -b 4 --gpus 4
```

**Evaluation**
```
python [EXP_PATH] --ckpt_path [CKPT_PATH] -e -b 4 --gpus 4
```

0 comments on commit d67fbfb

Please sign in to comment.