From 741fd7b87caa37661cda3de30024c93bc5cb3701 Mon Sep 17 00:00:00 2001 From: shahules786 Date: Thu, 6 Oct 2022 09:55:01 +0530 Subject: [PATCH] run cli --- hpc_entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hpc_entrypoint.sh b/hpc_entrypoint.sh index 6d6a3a0..4c77127 100644 --- a/hpc_entrypoint.sh +++ b/hpc_entrypoint.sh @@ -36,4 +36,4 @@ pwd #python transcriber/tasks/embeddings/timit.py --directory /scratch/$USER/TIMIT/data/lisa/data/timit/raw/TIMIT/TEST --output ./data/test echo "Start Training..." -python cli/train.py +python enhancer/cli/train.py