ElaineBao commented on issue #18788: URL: https://github.com/apache/incubator-mxnet/issues/18788#issuecomment-670341638
As @leezu said, numpy doesn't support the data type of `bfloat16`, when printing a NDArray as type `bfloat16`, it will be printed as pre-defined `uint16`. I think it's not a bug actually, if printing a NDArray has to work via converting to numpy, and numpy has no support of `bfloat16`, the only way to print is converting to another numpy supported data type. ---------------------------------------------------------------- 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]
