sxjscience opened a new issue #10584: Possible loss of precision when packing labels in RecordIO
URL: https://github.com/apache/incubator-mxnet/issues/10584
## Description
The labels are converted to float32. In some cases, there are a huge number of labels and
will exceed the precision of float32.
https://github.com/apache/incubator-mxnet/blob/master/python/mxnet/recordio.py#L338
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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
With regards,
Apache Git Services
|