vishaalkapoor commented on a change in pull request #13099: [MXNET-1194] 
Reenable nightly tutorials tests for Python2 and Python3
URL: https://github.com/apache/incubator-mxnet/pull/13099#discussion_r230576037
 
 

 ##########
 File path: docs/tutorials/gluon/learning_rate_schedules.md
 ##########
 @@ -134,7 +134,7 @@ batch_size = 64
 
 # Load the training data
 train_dataset = 
mx.gluon.data.vision.MNIST(train=True).transform_first(transforms.ToTensor())
-train_dataloader = mx.gluon.data.DataLoader(train_dataset, batch_size, 
shuffle=True)
+train_dataloader = mx.gluon.data.DataLoader(train_dataset, batch_size, 
shuffle=True, num_workers=5)
 
 Review comment:
   Are you removing all python's in ```python? There's one on line 124.

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