Skip to content

Releases: bdvllrs/auto-sbatch

v0.4.1

20 Feb 14:11
Compare
Choose a tag to compare

Update some types

v0.4.0

20 Feb 13:59
Compare
Choose a tag to compare

Remove dependency on OmegaConf.

GridSearch now takes a dict with the grid search values as parameter. script_params are not updated with gris search values anymore and should only contain non grid-search params.

v0.3.7

09 May 14:53
Compare
Choose a tag to compare

Check that grid-search excluded elements are a subset of the grid-search space.

v0.3.6

29 Mar 14:38
Compare
Choose a tag to compare
  • Fix bug with script_name value.

v0.3.5

29 Mar 07:31
Compare
Choose a tag to compare
  • Separate GridSearch from the SBatch module
  • Remove function auto_sbatch
  • Removing sbatch.call for sbatch.run to start runs.

v0.3.4

21 Mar 14:05
Compare
Choose a tag to compare
  • Add parameter grid_search_exclude to SBatch that can exclude some elements of the grid-search.

v0.3.3

16 Mar 15:23
Compare
Choose a tag to compare

Fix missing import.

v0.3.2

16 Mar 15:12
Compare
Choose a tag to compare

Add a slurm script parser.
Can instantiate Sbatch from a slurm script.

v0.3.1

15 Mar 14:34
Compare
Choose a tag to compare
  • Fix old tests,
  • Escape " in the generated command,
  • Reformatting.

v0.3.0

10 Mar 17:09
Compare
Choose a tag to compare

Breaking changes with previous versions.

  • Removed CLI API.
  • Add separated arg grid_search and run_script is the SBatch class.
  • Remove reserved args. In particular, --grid-search and --run-script which are now handled by the separated parameters.