chandana1332 commented on a change in pull request #15195: Fixed a bug in Gluon 
DataLoader.
URL: https://github.com/apache/incubator-mxnet/pull/15195#discussion_r292622758
 
 

 ##########
 File path: python/mxnet/gluon/data/dataloader.py
 ##########
 @@ -409,7 +409,7 @@ def _thread_worker_fn(samples, batchify_fn, dataset):
 class _MultiWorkerIter(object):
     """Internal multi-worker iterator for DataLoader."""
     def __init__(self, worker_pool, batchify_fn, batch_sampler, 
pin_memory=False,
-                 pin_device_id=0, worker_fn=_worker_fn, prefetch=0, 
dataset=None):
+                 pin_device_id=0, worker_fn=_worker_fn, prefetch=0, 
dataset=None, dataloader=None):
 
 Review comment:
   Fixed it.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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