Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestion to use GridSearcher for SBATCH #58

Open
ionutmodo opened this issue Dec 4, 2024 · 0 comments
Open

Suggestion to use GridSearcher for SBATCH #58

ionutmodo opened this issue Dec 4, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@ionutmodo
Copy link

ionutmodo commented Dec 4, 2024

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:

I hope it will be useful.

Thank you,
Ionut

@loribonna loribonna added the enhancement New feature or request label Mar 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants