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