androuino edited a comment on issue #14913: Invalid output shapes URL: https://github.com/apache/incubator-mxnet/issues/14913#issuecomment-490701969 Thanks for the reply @lanking520, actually yesterday, I've tried this in my code: https://gist.github.com/androuino/f2250d2adae537ef2df1b8cea2190d5e and it works fine with an output of: ``` [09:36:31] src/nnvm/legacy_json_util.cc:209: Loading symbol saved by previous version v1.4.0. Attempting to upgrade... [09:36:31] src/nnvm/legacy_json_util.cc:217: Symbol successfully upgraded! [09:36:34] src/operator/nn/./cudnn/./cudnn_algoreg-inl.h:97: Running performance tests to find the best convolution algorithm, this can take a while... (set the environment variable MXNET_CUDNN_AUTOTUNE_DEFAULT to 0 to disable) Predict with Float input Probability : -1.0 Class : wheel Predict with NDArray Probability : -1.0 Class : wheel ``` Am thinking that maybe part of the code I used, I could pull the coordinates of the box in the image. Yes there are 3 NDArrays output: https://gist.github.com/androuino/cb09c22d834e7f06131f372e7dc395df Just had no idea what these arrays represents. Thanks.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to 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
