Skip to content

Commit

Permalink
added simple cluster template
Browse files Browse the repository at this point in the history
  • Loading branch information
williamFalcon committed Sep 8, 2019
1 parent 95d6320 commit 16bcc84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ To run this demo:
```python
source activate YourCondaEnv

python multi_node_cluster_auto_slurm.py -email your@email.com -gpu_partition your_partition -conda_env YourCondaEnv
python multi_node_cluster_auto_slurm.py --email your@email.com --gpu_partition your_partition --conda_env YourCondaEnv
```

That will submit 6 jobs. Each job will have a specific combination of hyperparams. Each job will also run on 2 nodes
Expand Down

0 comments on commit 16bcc84

Please sign in to comment.