avisingh599 / visual-qa

[Reimplementation Antol et al 2015] Keras-based LSTM/CNN models for Visual Question Answering
https://avisingh599.github.io/deeplearning/visual-qa/
MIT License
480 stars 186 forks source link

IOError: [Errno 2] No such file or directory: '../models/labelencoder.pkl' #26

Closed merryHunter closed 1 year ago

merryHunter commented 8 years ago

Hello! I' trying to run own_images.py , but I receive this error: Traceback (most recent call last): File "own_image.py", line 65, in <module> main() File "own_image.py", line 31, in main labelencoder = joblib.load('../models/labelencoder.pkl') File "/home/ivan/PycharmProjects/visual-qa/env/local/lib/python2.7/site-packages/sklearn/externals/joblib/numpy_pickle.py", line 409, in load with open(filename, 'rb') as file_handle: IOError: [Errno 2] No such file or directory: '../models/labelencoder.pkl' Did you move this file? Can you help me to fix that?

hitesha14 commented 6 years ago

hello @merryHunter: Please could you let me know about the location of '../models/labelencoder.pkl'. I am facing the same issue. Were you able to resolve it?

hello @avisingh599: While running the program, I encounter the same issue as mentioned above, is there any method to resolve it or where can i find the .pkl file?

merryHunter commented 6 years ago

Hi @hitesha14 as far as I remember I didn't manage to fix this error, otherwise I'd respond here..