forked from yang-song/score_sde_pytorch
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pass args through to tell what training to queue
- Loading branch information
1 parent
2494935
commit ec25e39
Showing
3 changed files
with
31 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
#!/bin/bash | ||
# Wrapper script around commands for training a model to queue on LOTUS on JASMIN | ||
|
||
module load gcc | ||
|
||
source ~/.bashrc | ||
mamba activate mv-mlde | ||
|
||
set -euo pipefail | ||
|
||
cd /home/users/vf20964/code/mlde | ||
|
||
export DERIVED_DATA=/gws/nopw/j04/bris_climdyn/henrya/bp-backups/ | ||
export KK_SLACK_WH_URL=https://hooks.slack.com | ||
export WANDB_EXPERIMENT_NAME="ml-downscaling-emulator" | ||
|
||
python bin/main.py $@ |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters