You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Thanks for open sourcing this.
If you follow these instructions:
then it creates
data
in the root directory and copies the tgz files in there. It does not place them in theHiCAL/data
directory. As a result the./corpus_parser
program in docker fails because/data
in docker is empty.I believe the instructions should say:
Thanks.
The text was updated successfully, but these errors were encountered: