ArmageddonKnight commented on issue #11364: [MXNET-490] Added OpenLSTMRNN together with benchmarks and Tensorboard callback routines. URL: https://github.com/apache/incubator-mxnet/pull/11364#issuecomment-424465694 @vandanavk Hi, I have run the pylint checking on all the submitted python files and fixed the warnings accordingly. ``` example/rnn-backends/word_lm$ pylint --rcfile=../../../ci/other/pylintrc --ignore-patterns="..so$$,..dll$$,..dylib$$" *.py ------------------------------------------------------------------- Your code has been rated at 10.00/10 (previous run: 10.00/10, +0.00) ``` ``` example/rnn-backends/bucketing$ pylint --rcfile=../../../ci/other/pylintrc --ignore-patterns="..so$$,..dll$$,..dylib$$" *.py ------------------------------------------------------------------- Your code has been rated at 10.00/10 (previous run: 10.00/10, +0.00) ``` ``` python/mxnet/rnn$ pylint --rcfile=../../../ci/other/pylintrc --ignore-patterns="..so$$,..dll$$,..dylib$$" rnn_cell.py ------------------------------------ Your code has been rated at 10.00/10 ``` ``` python/mxnet$ pylint --rcfile=../../ci/other/pylintrc --ignore-patterns="..so$$,..dll$$,..dylib$$" callback.py ------------------------------------ Your code has been rated at 10.00/10 ``` ``` python/mxnet$ pylint --rcfile=../../ci/other/pylintrc --ignore-patterns="..so$$,..dll$$,..dylib$$" initializer.py ------------------------------------ Your code has been rated at 10.00/10 ```
---------------------------------------------------------------- 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
