Skip to content
Snippets Groups Projects
Commit 187f343b authored by Michael Heck's avatar Michael Heck
Browse files

clone instead of cp

parent 1991c7a8
No related branches found
No related tags found
No related merge requests found
#!/bin/bash #!/bin/bash
#git clone https://github.com/budzianowski/multiwoz.git git clone https://github.com/budzianowski/multiwoz.git
#git clone https://gitlab.cs.uni-duesseldorf.de/general/dsml/trippy-public.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
unzip multiwoz/data/MultiWOZ_2.1.zip unzip multiwoz/data/MultiWOZ_2.1.zip
python3 trippy-public/data/split_multiwoz_data.py --data_dir MultiWOZ_2.1 python3 trippy-public/data/split_multiwoz_data.py --data_dir MultiWOZ_2.1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment