[GitHub] chinakook commented on issue #10889: [MXNET-382] Shape and Size Operator

2018-05-30 Thread GitBox
chinakook commented on issue #10889: [MXNET-382] Shape and Size Operator URL: https://github.com/apache/incubator-mxnet/pull/10889#issuecomment-393185610 If we have a symbol A with 4 dims, and how can I get the 1-dim size of shape_nd(A) result? It’s straightforward in Keras and

[GitHub] chinakook commented on issue #10889: [MXNET-382] Shape and Size Operator

2018-05-11 Thread GitBox
chinakook commented on issue #10889: [MXNET-382] Shape and Size Operator URL: https://github.com/apache/incubator-mxnet/pull/10889#issuecomment-388277873 That's great. Keras and Tensorflow both have this op. This is an