You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by sk...@apache.org on 2018/08/08 15:25:26 UTC

[incubator-mxnet] branch master updated (edc28af -> 5293336)

This is an automated email from the ASF dual-hosted git repository.

skm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.


    from edc28af  Fix for undefined variable errors (#12037)
     add 5293336  Fix undefined_variable lint errors in examples (#12052)

No new revisions were added by this update.

Summary of changes:
 example/autoencoder/model.py                        | 2 +-
 example/gluon/image_classification.py               | 3 ++-
 example/reinforcement-learning/dqn/atari_game.py    | 2 +-
 example/reinforcement-learning/dqn/base.py          | 3 ++-
 example/reinforcement-learning/dqn/dqn_demo.py      | 4 +++-
 example/reinforcement-learning/dqn/dqn_run_test.py  | 2 +-
 example/reinforcement-learning/dqn/replay_memory.py | 2 +-
 7 files changed, 11 insertions(+), 7 deletions(-)