Open ake020675 opened 7 years ago
When i run the code i met an error ,which said there are no 'l.weights' in line 45 "cnn = vlsimplenn(net, im);". I opened the pretrained model ”gpconv.mat” and found there was no "weights" in "layers" but just "filters" and "biases".
Seems the four modified file are required. Where can i find them? I just found the modified 'simplenn'.
When i run the code i met an error ,which said there are no 'l.weights' in line 45 "cnn = vlsimplenn(net, im);". I opened the pretrained model ”gpconv.mat” and found there was no "weights" in "layers" but just "filters" and "biases".