[GitHub] KineticCookie commented on issue #9361: infer_shape error for 'resnet-152'

2018-02-02 Thread GitBox
KineticCookie commented on issue #9361: infer_shape error for 'resnet-152' URL: https://github.com/apache/incubator-mxnet/issues/9361#issuecomment-362577135 @kevinthesun thanks for the detailed explanation. ? This is an

[GitHub] KineticCookie commented on issue #9361: infer_shape error for 'resnet-152'

2018-02-01 Thread GitBox
KineticCookie commented on issue #9361: infer_shape error for 'resnet-152' URL: https://github.com/apache/incubator-mxnet/issues/9361#issuecomment-362204536 @kevinthesun > If you don't know exactly what a model does and what kind of inputs it accepts, it might not be a good idea to

[GitHub] KineticCookie commented on issue #9361: infer_shape error for 'resnet-152'

2018-01-12 Thread GitBox
KineticCookie commented on issue #9361: infer_shape error for 'resnet-152' URL: https://github.com/apache/incubator-mxnet/issues/9361#issuecomment-357217016 I executed your snippet, and I can't find information about shapes model was trained with. ``` ResNetV2( (features):

[GitHub] KineticCookie commented on issue #9361: infer_shape error for 'resnet-152'

2018-01-11 Thread GitBox
KineticCookie commented on issue #9361: infer_shape error for 'resnet-152' URL: https://github.com/apache/incubator-mxnet/issues/9361#issuecomment-356953474 The broader question: Is there a way to get information (names, data types, shapes) about model inputs and outputs using only

[GitHub] KineticCookie commented on issue #9361: infer_shape error for 'resnet-152'

2018-01-11 Thread GitBox
KineticCookie commented on issue #9361: infer_shape error for 'resnet-152' URL: https://github.com/apache/incubator-mxnet/issues/9361#issuecomment-356951215 @zhreshold thanks for pointing it out. But the thing is, what if I don't know what data shape is for current model? In this