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

 ##########
 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:
   __getattr__ is dead cycle call. change the name same time.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to