spidyDev commented on a change in pull request #10425: [MXNET-175] 
NdArrayiterator dict fix
URL: https://github.com/apache/incubator-mxnet/pull/10425#discussion_r180290853
 
 

 ##########
 File path: python/mxnet/module/base_module.py
 ##########
 @@ -363,6 +363,19 @@ def predict(self, eval_data, num_batch=None, 
merge_batches=True, reset=True,
             eval_data.reset()
 
         output_list = []
+        # If data provided is a dict. This makes sure that only relevant data 
items
 
 Review comment:
   Yes, thanks for pointing this out. Added to score() too!!

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