HKUST-KnowComp / MnemonicReader

A PyTorch implementation of Mnemonic Reader for the Machine Comprehension task
BSD 3-Clause "New" or "Revised" License
136 stars 38 forks source link

Example scripts in instructions are inaccurate. #1

Closed googlier closed 6 years ago

googlier commented 6 years ago

They commands in the training steps should read like the following: python3 script/preprocess.py data/datasets data/datasets --split SQuAD-dev-v1.1 --num-workers 6 python3 script/preprocess.py data/datasets data/datasets --split SQuAD-train-v1.1 --num-workers 6

seanliu96 commented 6 years ago

Fixed in the commit eb51e. Thanks.