ok, after some digging into the source code, I figure it out. the code here https://github.com/apache/incubator-mxnet/blob/225f71f744ac5e7bd29868b6d3ba0e4fe2527c43/python/mxnet/recordio.py#L338
using the np.float32, but somehow 33511805.0 this number will be changed when use such kind of dtype. change to np.float64 may solve the problem. [ Full content available at: https://github.com/apache/incubator-mxnet/issues/12544 ] This message was relayed via gitbox.apache.org for [email protected]
