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

 ##########
 File path: python/mxnet/module/base_module.py
 ##########
 @@ -374,6 +411,10 @@ def predict(self, eval_data, num_batch=None, 
merge_batches=True, reset=True,
 
             output_list.append(outputs)
 
+        # restoring original user data if changed:
+        if orig_eval_data is not None:
 
 Review comment:
   Same as above.

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