-
Notifications
You must be signed in to change notification settings - Fork 145
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Hi,
This is not an issue, but rather a suggestion.
Recently I have been developing a tool to ease the process of hyper-parameter tuning for Deep Learning projects and I came up with GridSearcher. Besides the multi-gpu functionality and the basic resource management, it also has a class to run experiments with SBATCH. It allows adding environment variables and command line arguments for sbatch using python dictionaries. I would suggest using it in scripts/slurm_sbatcher.py because it would simplify the code by a lot. Copying the example and replacing the existing code should be easy to do.
You can install it via pip install gridsearcher and you can find more information here:
- example: https://github.com/IST-DASLab/GridSearcher/?tab=readme-ov-file#sbatch-wrapper-for-slurm-new-in-version-104
- code: https://github.com/IST-DASLab/GridSearcher/blob/main/gridsearcher/sbatch.py
I hope it will be useful.
Thank you,
Ionut
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request