Skip to content

snu-mllab/slurm_launcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slurm Launcher

A Python library for launching Slurm tasks

How to install

git clone https://github.com/snu-mllab/slurm_launcher
cd slurm_launcher
pip install -e .

Example

Please refer to examples/run.py.

cd examples
python run.py

MNIST example & Tensorboard tutorial

  • Installation of tensorboard
pip install tensorboardX
pip install tensorboard
  • Run MNIST training
cd mnist_example
python main.py
  • Run tensorboard
python tensorboard.py

About

A Python library for launching Slurm tasks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •