```
header = mx.recordio.IRHeader(0,[0,1],0,0)
print header.flag # 0
s = mx.recordio.pack(header, '')
header, _ = mx.recordio.unpack(s)
print header.flag # 2
```
The header.flag will be changed when the label is a list(according to the 
length of the list). is that a feature or bug?

[ Full content available at: 
https://github.com/apache/incubator-mxnet/issues/12544 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to