piiswrong commented on a change in pull request #8967: add shared storage in 
windows
URL: https://github.com/apache/incubator-mxnet/pull/8967#discussion_r155324341
 
 

 ##########
 File path: python/mxnet/gluon/data/dataloader.py
 ##########
 @@ -52,7 +52,7 @@ class ConnectionWrapper(object):
     NDArray via shared memory."""
 
     def __init__(self, conn):
-        self.conn = conn
+        self._conn = conn
 
 Review comment:
   ?

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