ChaiBapchya commented on a change in pull request #13938: [MXNET-1291] solve pylint errors in examples with issue no.12205 URL: https://github.com/apache/incubator-mxnet/pull/13938#discussion_r249267780
########## File path: example/gluon/dc_gan/dcgan.py ########## @@ -128,9 +145,20 @@ def transformer(data, label): # get dataset with the batch_size num each time -def get_dataset(dataset): +def get_dataset(dataset_name): + """ + Load the dataset and split dataset to train/valid data Review comment: nitpick split "it" ---------------------------------------------------------------- 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
