From d2c8a33f1371c907439670db7b106c051870bcd7 Mon Sep 17 00:00:00 2001 From: shahules786 Date: Wed, 28 Sep 2022 11:18:04 +0530 Subject: [PATCH] change pythonpath --- hpc_entrypoint.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hpc_entrypoint.sh b/hpc_entrypoint.sh index aa6410e..f502ed5 100644 --- a/hpc_entrypoint.sh +++ b/hpc_entrypoint.sh @@ -21,12 +21,13 @@ module load anaconda echo "Activate Environment" source activate enhancer export TRANSFORMERS_OFFLINE=True -export PYTHONPATH=${PYTHONPATH}:$/scratch/$USER/enhancer +export PYTHONPATH=${PYTHONPATH}:/home/c.sistc3/enhancer source ~/mlflow_settings.sh echo "Making temp dir" mkdir temp +pwd #python transcriber/tasks/embeddings/timit.py --directory /scratch/$USER/TIMIT/data/lisa/data/timit/raw/TIMIT/TRAIN --output ./data/train #python transcriber/tasks/embeddings/timit.py --directory /scratch/$USER/TIMIT/data/lisa/data/timit/raw/TIMIT/TEST --output ./data/test