You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by la...@apache.org on 2020/12/14 19:09:28 UTC

[incubator-mxnet] branch master updated (ed4aa23 -> 765297b)

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

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


    from ed4aa23  Change __str__ representation of bfloat16 NDArray from uints to floats (#19608)
     add 765297b  Save/Load Gluon Blocks & HybridBlocks (#19564)

No new revisions were added by this update.

Summary of changes:
 python/mxnet/gluon/block.py                        | 140 ++++++++++++++++++++-
 python/mxnet/symbol/symbol.py                      |   6 +-
 tests/python/unittest/test_contrib_control_flow.py |   4 +-
 tests/python/unittest/test_contrib_operator.py     |   2 +-
 tests/python/unittest/test_gluon_save.py           |  60 +++++++++
 tests/python/unittest/test_operator.py             |   8 +-
 6 files changed, 209 insertions(+), 11 deletions(-)
 create mode 100644 tests/python/unittest/test_gluon_save.py