solin319 opened a new issue #7384: Parameter 'dtype' in the function 
'ImageRecordIter' doesn't work
URL: https://github.com/apache/incubator-mxnet/issues/7384
 
 
   In mxnet-0.10 version, I add 'dtype = float16', 'dtype = float64', 'dtype = 
uint8' in the function 'ImageRecordIter' in 
example/image-classifacation/common/data.py.  But the data read from this 
function is always  'float32' .
   
   I find this parameter only used in the 266 line of the file 
iter_image_recordio_2.cc. It pass a new type to a variable 'dtype'. But this 
variable was no longer be used.
   
   Is it a bug? 
   How can I read data in float16 format?
 
----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to