We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25fb6e2 commit 94574eeCopy full SHA for 94574ee
README.md
@@ -2,6 +2,14 @@
2
3
- Download the [data](https://drive.google.com/file/d/1Vd7br_DJGlaUEbKL0xLNXC0tAx9VuP2W/view?usp=sharing)
4
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
13
# TODOs
14
15
- GPU support
0 commit comments