File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -8,13 +8,12 @@ pip install -r requirements.txt
8
8
python main.py
9
9
```
10
10
11
- The main.py script accepts the following arguments:
11
+ The main.py script accepts the following optional arguments:
12
12
13
13
``` bash
14
- optional arguments:
15
- --batch-size input batch size for training (default: 128)
16
- --epochs number of epochs to train (default: 10)
17
- --accel use accelerator
18
- --seed random seed (default: 1)
19
- --log-interval how many batches to wait before logging training status
14
+ --batch-size input batch size for training (default: 128)
15
+ --epochs number of epochs to train (default: 10)
16
+ --accel use accelerator
17
+ --seed random seed (default: 1)
18
+ --log-interval how many batches to wait before logging training status
20
19
```
You can’t perform that action at this time.
0 commit comments