You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the current implementation of #19, we have two scripts, generate_metric_scripts.py and generate_train_scripts.py which generate several bash scripts over the combination of datasets and seeds within a given experiment group. The generated bash scripts are then called one by one.
We need to switch this out to using slurm for submitting batch jobs.
The text was updated successfully, but these errors were encountered:
In the current implementation of #19, we have two scripts,
generate_metric_scripts.py
andgenerate_train_scripts.py
which generate several bash scripts over the combination of datasets and seeds within a given experiment group. The generated bash scripts are then called one by one.We need to switch this out to using slurm for submitting batch jobs.
The text was updated successfully, but these errors were encountered: