You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/09/13 03:48:15 UTC

[GitHub] huyangc opened a new issue #12544: Maybe a bug about the IRHeader when using pack and unpack

huyangc opened a new issue #12544: Maybe a bug about the IRHeader when using pack and unpack
URL: https://github.com/apache/incubator-mxnet/issues/12544
 
 
   ```
   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?

----------------------------------------------------------------
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