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

bcnn_finetuning.py gave this error. #8

Open
mahfuj9346449 opened this issue Aug 11, 2017 · 1 comment
Open

bcnn_finetuning.py gave this error. #8

mahfuj9346449 opened this issue Aug 11, 2017 · 1 comment

Comments

@mahfuj9346449
Copy link

Traceback (most recent call last):
File "bcnn_finetuning.py", line 343, in
vgg.load_initial_weights(sess)
File "bcnn_finetuning.py", line 279, in load_initial_weights
last_layer_weights = np.load('last_layers_epoch_10.npz')
File "/home/mahfuj/tensorlow-py2/local/lib/python2.7/site-packages/numpy/lib/npyio.py", line 370, in load
fid = open(file, "rb")
IOError: [Errno 2] No such file or directory: 'last_layers_epoch_10.npz'

@abhaydoke09
Copy link
Owner

Your program could not find the file. Please check the file location or just put the absolute file path.

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

2 participants