unix line endings

This commit is contained in:
Eren
2018-06-21 15:46:20 +02:00
parent 043b59f191
commit 549ac65624
3 changed files with 9 additions and 8 deletions
+4 -3
View File
@@ -1,3 +1,4 @@
#!/bin/bash
source ../tmp/venv/bin/activate
python train.py --config_path config.json
#!/bin/bash
source ../tmp/venv/bin/activate
export PYTHONPATH='
python train.py --config_path config.json
+4 -4
View File
@@ -1,4 +1,4 @@
#!/bin/bash
virtualenv -p python3 ../tmp/venv
source ../tmp/venv/bin/activate
pip install --no-cache-dir -r requirements.txt
#!/bin/bash
virtualenv -p python3 ../tmp/venv
source ../tmp/venv/bin/activate
pip install --no-cache-dir -r requirements.txt
+1 -1
View File
@@ -1,4 +1,4 @@
torch
torch>=0.4.0
librosa
inflect
unidecode