From 187f343b833a8562b95fe8bcda972ce30d0710cd Mon Sep 17 00:00:00 2001 From: Michael Heck <michael.heck@hhu.de> Date: Tue, 25 Jul 2023 16:08:55 +0200 Subject: [PATCH] clone instead of cp --- DO.prepare | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/DO.prepare b/DO.prepare index 112ffd8..48204f3 100755 --- a/DO.prepare +++ b/DO.prepare @@ -1,11 +1,7 @@ #!/bin/bash -#git clone https://github.com/budzianowski/multiwoz.git -#git clone https://gitlab.cs.uni-duesseldorf.de/general/dsml/trippy-public.git - -cp -r /gpfs/project/heckmi/tools/trippy-public . -mkdir -p multiwoz/data -cp /gpfs/project/heckmi/data/multiwoz/data/MultiWOZ_2.1.zip multiwoz/data +git clone https://github.com/budzianowski/multiwoz.git +git clone https://gitlab.cs.uni-duesseldorf.de/general/dsml/trippy-public.git unzip multiwoz/data/MultiWOZ_2.1.zip python3 trippy-public/data/split_multiwoz_data.py --data_dir MultiWOZ_2.1 -- GitLab