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
CUDArray: CUDA back-end not available, using NumPy.
Traceback (most recent call last):
File "neural_artistic_style.py", line 138, in <module>
run()
File "neural_artistic_style.py", line 99, in run
layers, pixel_mean = vgg_net(args.network, pool_method=args.pool_method)
File "/home/john/code/pycode/neural_artistic_style/matconvnet.py", line 27, in vgg_net
img_mean = matconvnet['meta'][0][0][2][0][0][2]
KeyError: 'meta'
Anybody same?
What mean is here of key "meta"?
The text was updated successfully, but these errors were encountered:
I got it, because I downloaded a wrong imagenet-vgg-verydeep-19.mat file, there is none a key named "meta" in this file, so had better download the file from the link README provide.
I just have try to run the example:
and I get the error:
Anybody same?
What mean is here of key "meta"?
The text was updated successfully, but these errors were encountered: