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.
move example commands out of code to logbook
- Loading branch information
1 parent
adb1694
commit 1f16786
Showing
2 changed files
with
1 addition
and
26 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 |
---|---|---|
@@ -1,20 +1,8 @@ | ||
#!/bin/bash | ||
# Script for queueing a training job on LOTUS on JASMIN via lotus-wrapper script | ||
# Script for queueing a sampling job on LOTUS on JASMIN via lotus-wrapper script | ||
|
||
set -euo pipefail | ||
|
||
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ) | ||
|
||
# 12em NCSN++ | ||
# epoch_100 ${em} bham64_ccpm-4x_12em_psl-sphum4th-temp4th-vort4th_pr val /gws/nopw/j04/bris_climdyn/henrya/workdirs/score-sde/deterministic/ukcp_local_pr_12em_cncsnpp/bham_pSTV | ||
|
||
# 1em NCSN++ | ||
# epoch_100 ${em} bham64_ccpm-4x_1em_psl-sphum4th-temp4th-vort4th_pr val /gws/nopw/j04/bris_climdyn/henrya/workdirs/score-sde/deterministic/ukcp_local_pr_1em_cncsnpp/bham_pSTV | ||
|
||
# 12em Plain U-Net | ||
# epoch_100 ${em} bham64_ccpm-4x_12em_psl-sphum4th-temp4th-vort4th_pr val /gws/nopw/j04/bris_climdyn/henrya/workdirs/score-sde/deterministic/ukcp_local_pr_12em_plain_unet/bham_pSTV | ||
|
||
# 1em Plain U-Net | ||
# epoch_100 ${em} bham64_ccpm-4x_1em_psl-sphum4th-temp4th-vort4th_pr val /gws/nopw/j04/bris_climdyn/henrya/workdirs/score-sde/deterministic/ukcp_local_pr_1em_plain_unet/bham_pSTV | ||
|
||
sbatch --gres=gpu:1 --partition=orchid --account=orchid --time=01:00:00 --mem=16G -- ${SCRIPT_DIR}/lotus-sampling-wrapper $@ |
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