How to - choderalab/modelforge GitHub Wiki
How to train
Tips
- For training on Slurm-based HPCs, to enable multiple GPUs for training, the command in
training_run.sh
should besrun python perform_training.py --condensed_config_path config.toml
. For more details, please refer to Training with Pytorch Lightning on Slurm.