diff options
Diffstat (limited to 'sync_and_run.sh')
| -rwxr-xr-x | sync_and_run.sh | 7 |
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}/" |
