Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cifar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ $ cat >hostfile.json
{"ssh": "host-to-ssh-to", "ips": ["ip-to-bind-to"]},
{"ssh": "host-to-ssh-to", "ips": ["ip-to-bind-to"]}
]
$ mlx.launch --verbose --hostfile hostfile.json main.py --batch 256 --epochs 5 --arch resnet20
$ mlx.launch --verbose --hostfile hostfile.json main.py --batch_size 256 --epochs 5 --arch resnet20
```
2 changes: 1 addition & 1 deletion cvae/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ To see the supported options, do `python main.py -h`.
Training with the default options should give:

```shell
$ python train.py
$ python main.py
Options:
Device: GPU
Seed: 0
Expand Down