You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by ma...@apache.org on 2018/11/07 23:20:55 UTC

[incubator-mxnet] branch master updated (088ae79 -> 5d6a7ac)

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

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


    from 088ae79  Add documentation on GPU performance on Quantization example (#13145)
     add 5d6a7ac  [MXNET-1194] Reenable nightly tutorials tests for Python2 and Python3 (#13099)

No new revisions were added by this update.

Summary of changes:
 ci/docker/runtime_functions.sh                     |  51 +++----
 docs/settings.ini                                  |   6 +
 docs/tutorials/basic/module.md                     | 148 +++++++++++++--------
 docs/tutorials/basic/symbol.md                     |   8 +-
 docs/tutorials/control_flow/ControlFlowTutorial.md |  12 +-
 docs/tutorials/gluon/hybrid.md                     |   1 +
 docs/tutorials/gluon/learning_rate_finder.md       |  28 ++--
 docs/tutorials/gluon/learning_rate_schedules.md    |   4 +-
 docs/tutorials/gluon/save_load_params.md           |   2 +-
 docs/tutorials/onnx/export_mxnet_to_onnx.md        |   2 +-
 docs/tutorials/onnx/fine_tuning_gluon.md           |  45 ++++---
 docs/tutorials/python/linear-regression.md         |   2 +-
 .../mxnet/contrib/onnx/mx2onnx/_op_translations.py |   2 +-
 tests/nightly/JenkinsfileForBinaries               |  16 +++
 tests/tutorials/test_sanity_tutorials.py           |   1 +
 tests/tutorials/test_tutorials.py                  |   8 +-
 16 files changed, 194 insertions(+), 142 deletions(-)