paarthneekhara / convolutional-vqa

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue with running pertained model

vishalprabha opened this issue · comments

I am getting this error when I am trying to run the pre-trained model :
No such file or directory: 'Data/vocab_file1.json'
Can you pls share a link to these necessary files or comment on how to rectify this issue.

I am getting this error when I am trying to run the pre-trained model :
No such file or directory: 'Data/vocab_file1.json'
Can you pls share a link to these necessary files or comment on how to rectify this issue.

When you first run data_loader.py having version as 1 it should create qa_data_file1.json and vocab_file1.json under Data folder. Make sure your version in data_loader.py and train_evaluate.py is same as 1 or 2.

I am getting this error when I am trying to run the pre-trained model :
No such file or directory: 'Data/vocab_file1.json'
Can you pls share a link to these necessary files or comment on how to rectify this issue.

When you first run data_loader.py having version as 1 it should create qa_data_file1.json and vocab_file1.json under Data folder. Make sure your version in data_loader.py and train_evaluate.py is same as 1 or 2.

okay thankyou
I got it