google / active-qa

Apache License 2.0
346 stars 65 forks source link

Assertion Error #25

Open mady143 opened 4 years ago

mady143 commented 4 years ago

Hi Every one , I followed README.md file and follow the instruction given their to run the program/code mean while i got an error while running tis command python -m searchqa.prepro --searchqa_dir=$DATA_DIR/SearchQA --squad_dir=$SQUAD_DIR i got an error Traceback (most recent call last): File "searchqa/prepro.py", line 165, in app.run(main) File "/home/launchship/my_name/lib/python3.6/site-packages/absl/app.py", line 299, in run _run_main(main, args) File "/home/launchship/my_name/lib/python3.6/site-packages/absl/app.py", line 250, in _run_main sys.exit(main(argv)) File "searchqa/prepro.py", line 145, in main assert os.path.exists(FLAGS.searchqa_dir) AssertionError

could any one solve this problem that helps me a lot

Thanks and Regards, Manikantha Sekhar.

Happy Codding..