summaryrefslogtreecommitdiff
path: root/sync_and_run.sh
diff options
context:
space:
mode:
authorVoid Agent <void@jayrup.hermes>2026-07-30 15:35:00 +0100
committerVoid Agent <void@jayrup.hermes>2026-07-30 15:35:00 +0100
commit86b6b16c4473e11681ceeeea03a57cd98eaf24e1 (patch)
treec1382bc3874fb46345deb4cc589b9ce57bfe5a49 /sync_and_run.sh
parent6216c8b69d4d3ed37201f8ed6fa97a6eee854e28 (diff)
Fix: lr→learning_rate in configure_optimizers
Diffstat (limited to 'sync_and_run.sh')
-rwxr-xr-xsync_and_run.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/sync_and_run.sh b/sync_and_run.sh
index b716f32..a809331 100755
--- a/sync_and_run.sh
+++ b/sync_and_run.sh
@@ -16,6 +16,13 @@ rsync -avz --delete \
--exclude='__pycache__' \
--exclude='*.pyc' \
--exclude='outputs/*' \
+ --exclude='data/*/train.bin' \
+ --exclude='data/*/val.bin' \
+ --exclude='data/*/meta.pkl' \
+ --exclude='data/freq_experiment/' \
+ --exclude='out-shakespeare-char/' \
+ --exclude='out-freq-*/' \
+ --exclude='out-starved-*/' \
--exclude='data/*' \
"${LOCAL_PROJECT}/" \
"${MACHINE}:${REMOTE_CODE}/"