You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mxnet.apache.org by GitBox <gi...@apache.org> on 2021/03/24 13:49:59 UTC

[GitHub] [incubator-mxnet] wms2537 commented on issue #20066: Custom Image Decoder Implementation

wms2537 commented on issue #20066:
URL: https://github.com/apache/incubator-mxnet/issues/20066#issuecomment-805837874


   Is the type int_16 usable? I tried
   ```
   NDArray(mshadow::Shape3(out_shape), Context::CPU(), false, mshadow::kInt16);
   ```
    but got the following error
   ```
   MXNetError: Unknown type enum 8
   ```


-- 
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@mxnet.apache.org
For additional commands, e-mail: issues-help@mxnet.apache.org