simple_gpu_scheduler
simple_gpu_scheduler copied to clipboard
Simple scheduler for running jobs on GPUs
Gives the advantage that you can use things already defined in ~/.bashrc and ~/.bash_aliases.
This would allow it to be more composable. For example you could get list of commands (e.g. from a text file), pipe it to simple_hypersearch to expand some variations of...
In certain situations it might be useful to access the index of a job when generating commands using the `simple_hypersearch` script. This would for example allow the definition of unique...
Hi @ExpectationMax, How difficult would it be to allow shared usage of GPUs given a known memory constraint in advance? This would be similar to the way many job scheduling...