feat: Add multi-GPU training and improve config/ignore
Add train_multigpu.py for distributed data parallel training. Update train.py to save the training configuration to a JSON file. Generalize .gitignore to exclude all *.pt checkpoint files. Delete obsolete train_dpp.py file.
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -5,7 +5,7 @@
|
||||
__pycache__/
|
||||
|
||||
# Model checkpoints
|
||||
best_model_checkpoint.pt
|
||||
*.pt
|
||||
|
||||
# Large data files
|
||||
ukb_delphi.txt
|
||||
|
Reference in New Issue
Block a user