zhreshold commented on issue #9361: infer_shape error for 'resnet-152' URL: https://github.com/apache/incubator-mxnet/issues/9361#issuecomment-357065679 You can't get any output shape without input shape, that's true for every single library. If you would like have attributes of layers, gluon do have it. ``` from mxnet import gluon net = gluon.model_zoo.vision.get_model('resnet152_v2') print(net) ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
