You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by gi...@git.apache.org on 2017/07/31 17:20:42 UTC

[GitHub] rahul003 commented on a change in pull request #7236: change unnecessarily longer array

rahul003 commented on a change in pull request #7236: change unnecessarily longer array
URL: https://github.com/apache/incubator-mxnet/pull/7236#discussion_r130406293
 
 

 ##########
 File path: src/io/iter_image_recordio_2.cc
 ##########
 @@ -360,10 +360,10 @@ inline void ImageRecordIOParser2<DType>::ParseChunk(dmlc::InputSplit::Blob * chu
           (rand_uniform(*(prnds_[tid])) * normalize_param_.max_random_illumination * 2
           - normalize_param_.max_random_illumination) * normalize_param_.scale;
       }
+      DType RGBA[4] = {}
 
 Review comment:
   Oops, sorry. I tested it in my machine, but updated branch through website I didn't notice.
 
----------------------------------------------------------------
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