mzaradzki / neuralnets

Deep Learning libraries tested on images and time series

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KeyError

sumbara opened this issue · comments

KeyError Traceback (most recent call last)
in ()
5 else: # INFO : use this if you downloaded weights from robots.ox.ac.uk
6 data = loadmat('./vgg-face.mat', matlab_compatible=False, struct_as_record=False)
----> 7 net = data['net'][0,0]
8 l = net.layers
9 description = net.classes[0,0].description

KeyError: 'net'

How I resolve it?