ciff icon indicating copy to clipboard operation
ciff copied to clipboard

No such file or directory: './Assets/vocab_both'

Open anirban-code-to-live opened this issue 5 years ago • 0 comments

I was trying to reproduce the code for blocks dataset. But when I tried to run the test_baseline.py, it threw the following error:

Traceback (most recent call last):
  File "src/experiments_blocks/test_baseline.py", line 130, in <module>
    main()
  File "src/experiments_blocks/test_baseline.py", line 72, in main
    vocab_list = open("./Assets/vocab_both").readlines()
FileNotFoundError: [Errno 2] No such file or directory: './Assets/vocab_both'

Could you please look into this? Thanks in advance.

anirban-code-to-live avatar Jan 16 '20 10:01 anirban-code-to-live