I need a dnn::Net object with a loaded moded and I need to know before doing a forward pass -> the shape of input layer -> the shape of output layer
In CAFFE this is very easy, but with dnn I don't know .
1 | initial version |
I need a dnn::Net object with a loaded moded and I need to know before doing a forward pass -> the shape of input layer -> the shape of output layer
In CAFFE this is very easy, but with dnn I don't know .