getFLOPS of deep neural network

asked 2019-10-19 06:11:00 -0600

fogx gravatar image

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.

edit retag flag offensive close merge delete