We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
dear sir, I faced this question that really difficult to me . can you help me thanks
questions bellow: Traceback (most recent call last): File "test_fcn32_vgg.py", line 22, in vgg_fcn = fcn32_vgg.FCN32VGG() File "/home/zty/文档/tensorflow-fcn-master/fcn32_vgg.py", line 33, in init self.data_dict = np.load(vgg16_npy_path, encoding='latin1').item() File "/usr/local/lib/python2.7/dist-packages/numpy/lib/npyio.py", line 419, in load pickle_kwargs=pickle_kwargs) File "/usr/local/lib/python2.7/dist-packages/numpy/lib/format.py", line 640, in read_array array = pickle.load(fp, **pickle_kwargs) MemoryError
The text was updated successfully, but these errors were encountered:
No branches or pull requests
dear sir,
I faced this question that really difficult to me .
can you help me
thanks
questions bellow:
Traceback (most recent call last):
File "test_fcn32_vgg.py", line 22, in
vgg_fcn = fcn32_vgg.FCN32VGG()
File "/home/zty/文档/tensorflow-fcn-master/fcn32_vgg.py", line 33, in init
self.data_dict = np.load(vgg16_npy_path, encoding='latin1').item()
File "/usr/local/lib/python2.7/dist-packages/numpy/lib/npyio.py", line 419, in load
pickle_kwargs=pickle_kwargs)
File "/usr/local/lib/python2.7/dist-packages/numpy/lib/format.py", line 640, in read_array
array = pickle.load(fp, **pickle_kwargs)
MemoryError
The text was updated successfully, but these errors were encountered: