Codes

You may also find my other projects on GitHub.

HyperArgs

GitHub stars GitHub forks GitHub license PyPI

Tags:

HyperArgs is a typed configuration library for Python. It lets you define hyperparameters and settings as strongly typed Python classes, parse them from multiple sources (command line, JSON, TOML, YAML), enforce dependency constraints, and monitor field changes with decorators.

slurm-gpu-report

GitHub stars GitHub forks GitHub license

Tags:

slurm_gpu_report is a Bash command that summarizes GPU allocation and job usage in a Slurm cluster. It provides three views (nodes, jobs, users) and can export results to CSV.