Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No such file or directory: '../model/X_train.npy' #3

Open
arlla opened this issue Jun 7, 2019 · 0 comments
Open

No such file or directory: '../model/X_train.npy' #3

arlla opened this issue Jun 7, 2019 · 0 comments

Comments

@arlla
Copy link

arlla commented Jun 7, 2019

WARNING:tensorflow:From /home/arllaptop/.local/lib/python2.7/site-packages/tensorflow/python/framework/op_def_library.py:263: colocate_with (from tensorflow.python.framework.ops) is deprecated and will be removed in a future version.
Instructions for updating:
Colocations handled automatically by placer.
Traceback (most recent call last):
File "VGG_model.py", line 161, in
network.load_saved_dataset()
File "VGG_model.py", line 80, in load_saved_dataset
self.dataset.load_from_save()
File "/home/arllaptop/Desktop/Engagement-Recognition-master/code/VGG_dataset_loader.py", line 12, in load_from_save
self._images = np.load(join(SAVE_DIRECTORY, SAVE_DATASET_IMAGES_FILENAME))
File "/home/arllaptop/.local/lib/python2.7/site-packages/numpy/lib/npyio.py", line 422, in load
fid = open(os_fspath(file), "rb")
IOError: [Errno 2] No such file or directory: '../model/X_train.npy'

Please provide "*.npy" files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant