ciff
ciff copied to clipboard
No such file or directory: './Assets/vocab_both'
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.