And another "Feature" here: ``` header = mx.recordio.IRHeader(2,[33511722.0, 33511805.0],1,0) print header.label # [33511722.0, 33511805.0] s = mx.recordio.pack(header,'') h, _ = mx.recordio.unpack(s) print h.label # array([33511722., 33511804.], dtype=float32) ```
It is so wired that the label in header can change automatically. Which takes me two days to debug my code. orz [ Full content available at: https://github.com/apache/incubator-mxnet/issues/12544 ] This message was relayed via gitbox.apache.org for [email protected]
