Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
laszewsk committed Oct 5, 2023
1 parent 6bbe125 commit d0c6810
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ echo "# ==================================="
echo "# start gpu log"
echo "# ==================================="

# cms gpu watch --gpu=0 --delay=0.5 --dense > project/{ee.identifier}/gpu0-{experiment.card_name}-$USER-$SLURM_JOB_ID.log &
# cms gpu watch --gpu=0 --delay=0.5 --dense > ${TARGET}/{ee.identifier}/gpu0.log &

PROGRESS "running" 21

Expand Down
6 changes: 2 additions & 4 deletions benchmarks/cloudmask/target/greene_v0.5/config.in.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,10 @@ training:
loss: binary_crossentropy
metrics: accuracy



# Training data
train_dir: "/scratch/{os.USER}/data/one-day"
train_dir: "/scratch/{os.USER}/data/cloudmask/data/one-day"
# Inference data
inference_dir: "/scratch/{os.USER}/data/ssts"
inference_dir: "/scratch/{os.USER}/data/cloudmask/data/ssts"
# Output directory
output_dir: "{os.TARGET}/outputs"
# Model file
Expand Down

0 comments on commit d0c6810

Please sign in to comment.