This pull request was created to fix GitHub Actions on 37cc503.
Description
This pull request includes changes to the sweep.py script in the condition_prediction/sweep directory. The changes involve modifying the script for hyperparameter tuning. Additionally, the pull request title is "[Sweep GHA Fix] The GitHub Actions run failed with...".
Summary
Modified the script from being a "Hyperparameter tuning script" to a "Script for hyperparameter tuning"
Added logging and sys imports
Defined the sweep ID for grouping in the wandb interface
Added exception handling for creating a multiprocessing pool
This pull request was created to fix GitHub Actions on 37cc503.
Description
This pull request includes changes to the
sweep.py
script in thecondition_prediction/sweep
directory. The changes involve modifying the script for hyperparameter tuning. Additionally, the pull request title is "[Sweep GHA Fix] The GitHub Actions run failed with...".Summary