From c3faa2dd75d20f1c85cd47d8a215dfc924c53897 Mon Sep 17 00:00:00 2001 From: Eren G Date: Mon, 9 Jul 2018 15:56:11 +0200 Subject: [PATCH] Change snakepit scripts --- .compute | 2 +- .install | 2 +- config.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.compute b/.compute index ff6a8360..2fe1e5ea 100644 --- a/.compute +++ b/.compute @@ -1,3 +1,3 @@ #!/bin/bash source ../tmp/venv/bin/activate -python train.py --config_path config.json \ No newline at end of file +python train.py --config_path config.json --debug true diff --git a/.install b/.install index 0ae9b43b..acc7b6cc 100644 --- a/.install +++ b/.install @@ -1,4 +1,4 @@ #!/bin/bash virtualenv -p python3 ../tmp/venv source ../tmp/venv/bin/activate -python setup.py develop \ No newline at end of file +python setup.py develop diff --git a/config.json b/config.json index 07433d2a..13f00883 100644 --- a/config.json +++ b/config.json @@ -28,5 +28,5 @@ "print_step": 50, "data_path": "/snakepit/shared/data/keithito/LJSpeech-1.1/", "min_seq_len": 0, - "output_path": "models/" + "output_path": "experiments/" }