chrishkchris opened a new pull request #740: URL: https://github.com/apache/singa/pull/740
Originally, the CI linting test report "no-member" error on examples/cnn/train.py. ``` ************* Module train_mpi examples/cnn/train_mpi.py:82:4: E1101: Module 'train' has no 'run' member (no-member) ************* Module train_multiprocess examples/cnn/train_multiprocess.py:30:4: E1101: Module 'train' has no 'run' member (no-member) ``` It think it is due to the repeat of name with examples/qabot/train.py. Therefore, I renamed train.py to train_cnn.py in order to pass the CI linting. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
