From 7548647dfbe5fd575ed14bdb0ed2593be2c85f06 Mon Sep 17 00:00:00 2001 From: shahules786 Date: Wed, 2 Nov 2022 16:52:58 +0530 Subject: [PATCH] fix cp --- hpc_entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hpc_entrypoint.sh b/hpc_entrypoint.sh index fbd3877..b6c611d 100644 --- a/hpc_entrypoint.sh +++ b/hpc_entrypoint.sh @@ -39,8 +39,8 @@ pwd # rm -rf /scratch/c.sistc3/MS-SNSD/DNS30/CleanSpeech_testing mkdir /scratch/c.sistc3/MS-SNSD/DNS15 -cp /scratch/c.sistc3/MS-SNSD/DNS30/NoisySpeech_testing /scratch/c.sistc3/MS-SNSD/DNS15/ -cp /scratch/c.sistc3/MS-SNSD/DNS30/CleanSpeech_testing /scratch/c.sistc3/MS-SNSD/DNS15/ +cp -r /scratch/c.sistc3/MS-SNSD/DNS30/NoisySpeech_testing /scratch/c.sistc3/MS-SNSD/DNS15/ +cp -r /scratch/c.sistc3/MS-SNSD/DNS30/CleanSpeech_testing /scratch/c.sistc3/MS-SNSD/DNS15/ python noisyspeech_synthesizer.py