Skip to content

Commit

Permalink
experiment update
Browse files Browse the repository at this point in the history
update experiment
  • Loading branch information
nmichlo committed May 31, 2021
1 parent e0176aa commit 654c3bd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions experiment/exp/07_autoencoders/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
# ========================================================================= #

export PROJECT="exp-autoencoder-versions"
export PARTITION="batch"
export PARALLELISM=24
export PARTITION="stampede"
export PARALLELISM=32

# source the helper file
source "$(dirname "$(dirname "$(realpath -s "$0")")")/helper.sh"
Expand All @@ -17,7 +17,7 @@ source "$(dirname "$(dirname "$(realpath -s "$0")")")/helper.sh"

clog_cudaless_nodes "$PARTITION" 86400 "C-disent" # 24 hours

# 1 * (2*3*3*8) == 144
# 1 * (2*2*3*3*8) == 288
submit_sweep \
+DUMMY.repeat=1 \
+EXTRA.tags='various-auto-encoders' \
Expand All @@ -31,4 +31,4 @@ submit_sweep \
model.z_size=25 \
\
specializations.data_wrapper='gt_dist_${framework.data_wrap_mode}' \
sampling=gt_dist_manhat
sampling=gt_dist_manhat,gt_dist_manhat_scaled

0 comments on commit 654c3bd

Please sign in to comment.