ThomasDelteil 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_r230840133
########## 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: ` ```python` blocks are for blocks that you want converted into a notebook cell when the notebook is downloaded, normal ` ``` ` code blocks are displayed as code but not syntax highlighted unfortunately. ---------------------------------------------------------------- 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
