You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: