Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

fix block.export #17970

Merged
merged 9 commits into from
Sep 1, 2020
Merged

fix block.export #17970

merged 9 commits into from
Sep 1, 2020

Commits on Apr 4, 2020

  1. fix block.export

    ```net.hybridize``` may optimize out some ops. These ops are alive in nn.Block(also nn.HybridBlock), but its names are not contained in symbol's ```arg_names``` list. So ignore these ops except that their name are end with 'running_mean' or 'running_var'.
    chinakook authored Apr 4, 2020
    Configuration menu
    Copy the full SHA
    1c5a325 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2020

  1. Update block.py

    let user can save their extra param.
    chinakook authored Apr 6, 2020
    Configuration menu
    Copy the full SHA
    da18626 View commit details
    Browse the repository at this point in the history
  2. add allow_extra

    add allow_extra to let user decide whether to save extra parameters or not.
    chinakook authored Apr 6, 2020
    Configuration menu
    Copy the full SHA
    8e5e618 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2020

  1. Update block.py

    add moving_mean and moving_var when export model with SymbolBlock
    chinakook authored May 22, 2020
    Configuration menu
    Copy the full SHA
    b75bedf View commit details
    Browse the repository at this point in the history

Commits on May 23, 2020

  1. Update python/mxnet/gluon/block.py

    typo
    
    Co-authored-by: Sheng Zha <szha@users.noreply.github.com>
    chinakook and szha authored May 23, 2020
    Configuration menu
    Copy the full SHA
    e702da9 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2020

  1. Update block.py

    chinakook authored Aug 21, 2020
    Configuration menu
    Copy the full SHA
    acb8418 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2020

  1. Configuration menu
    Copy the full SHA
    3a4cb53 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2020

  1. Update block.py

    chinakook authored Sep 1, 2020
    Configuration menu
    Copy the full SHA
    7e8b2e7 View commit details
    Browse the repository at this point in the history
  2. Update python/mxnet/gluon/block.py

    Co-authored-by: Leonard Lausen <leonard@lausen.nl>
    chinakook and leezu authored Sep 1, 2020
    Configuration menu
    Copy the full SHA
    5df00db View commit details
    Browse the repository at this point in the history