-
Notifications
You must be signed in to change notification settings - Fork 11
Installation instruction create data in wrong dir. #24
Copy link
Copy link
Open
Description
Thanks for open sourcing this.
If you follow these instructions:
cd sample-dataset
python process.py athome4_sample.tgz
# Create the data directory which is mounted to the docker containers
mkdir ../data
cp athome4_sample.tgz athome4_sample_para.tgz ../data/then it creates data in the root directory and copies the tgz files in there. It does not place them in the HiCAL/data directory. As a result the ./corpus_parser program in docker fails because /data in docker is empty.
I believe the instructions should say:
cd sample-dataset
python process.py athome4_sample.tgz
# Create the data directory which is mounted to the docker containers
cp athome4_sample.tgz athome4_sample_para.tgz ../HiCAL/data/Thanks.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels