Reputation: 407
i'm trying to implement a CNN in caffe to use with the Neural Computing Stick by Movidius but i have some issues. I want to crop some intermediate output, but i can't use DummyData to give the reference blob to the crop-Layer, since it's not supported, is there another way to crop the shape without using dummyData layers( or input-Layers)?
Upvotes: 0
Views: 261