From 043b59f191eaea46ad9c330613f3c6a2a456080d Mon Sep 17 00:00:00 2001 From: Eren Date: Thu, 21 Jun 2018 14:10:21 +0200 Subject: [PATCH] pit scripts --- .compute | 3 +++ .install | 4 ++++ requirements.txt | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .compute create mode 100644 .install diff --git a/.compute b/.compute new file mode 100644 index 00000000..673cbe27 --- /dev/null +++ b/.compute @@ -0,0 +1,3 @@ +#!/bin/bash +source ../tmp/venv/bin/activate +python train.py --config_path config.json diff --git a/.install b/.install new file mode 100644 index 00000000..48731936 --- /dev/null +++ b/.install @@ -0,0 +1,4 @@ +#!/bin/bash +virtualenv -p python3 ../tmp/venv +source ../tmp/venv/bin/activate +pip install --no-cache-dir -r requirements.txt diff --git a/requirements.txt b/requirements.txt index f2997902..74a57e47 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,9 @@ +torch librosa inflect unidecode tensorboard tensorboardX -torch matplotlib Pillow flask