Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

[MXNET-1291] solve pylint errors in examples with issue no.12205 #13848

Merged
merged 12 commits into from
Mar 7, 2019
Prev Previous commit
Next Next commit
Update example/distributed_training/cifar10_dist.py
Co-Authored-By: cchung100m <[email protected]>
  • Loading branch information
stu1130 and cchung100m committed Mar 5, 2019
commit 64d38ecbf328f53505ab192345182d89d81958b3
3 changes: 2 additions & 1 deletion example/distributed_training/cifar10_dist.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,8 @@ def forward_backward(network, data, label):

# Train a batch using multiple GPUs
def train_batch(batch_list, context, network, gluon_trainer):
""" Training with multiple GPUs
"""
Training with multiple GPUs

Parameters
----------
Expand Down