getFLOPS of deep neural network
the dnn:Net class
has a method "getFLOPS", which is supposed to take a vector of shapes for all net inputs (netInputShapes).
How do i get this vector from my net?
The Method getLayerShapes() also requires a netInputShape but there is no method that actually outputs a Net Layer Shape.