Skip to content

Commit 94574ee

Browse files
committed
update README.md
1 parent 25fb6e2 commit 94574ee

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
- Download the [data](https://drive.google.com/file/d/1Vd7br_DJGlaUEbKL0xLNXC0tAx9VuP2W/view?usp=sharing)
44

5+
## Training
6+
7+
```bash
8+
juliap train.jl --batches-per-episode=<INTEGER> --batch-size=<INTEGER> --num-episodes=<INTEGER> --log-period=<INTEGER> <DATA_FILE.jls>
9+
```
10+
11+
ex: `juliap train.jl --batches-per-episode=400 --batch-size=20 --num-episodes=20 --log-period=20 CIFAR_FS-train.jls`
12+
513
# TODOs
614

715
- GPU support

0 commit comments

Comments
 (0)