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

Simplifying mxnet.gluon.block APIs #18413

Merged
merged 42 commits into from
Jun 19, 2020
Merged

Simplifying mxnet.gluon.block APIs #18413

merged 42 commits into from
Jun 19, 2020

Commits on May 20, 2020

  1. modify gluon (not tested yet)

    acphile committed May 20, 2020
    Configuration menu
    Copy the full SHA
    a0a0862 View commit details
    Browse the repository at this point in the history
  2. add prefix

    acphile committed May 20, 2020
    Configuration menu
    Copy the full SHA
    7464668 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2020

  1. Configuration menu
    Copy the full SHA
    4d3277a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f441b4f View commit details
    Browse the repository at this point in the history

Commits on May 25, 2020

  1. add name_scope for block

    acphile committed May 25, 2020
    Configuration menu
    Copy the full SHA
    25baf9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af2deb7 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2020

  1. Configuration menu
    Copy the full SHA
    1641fde View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bacac4b View commit details
    Browse the repository at this point in the history

Commits on May 27, 2020

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

Commits on May 28, 2020

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

Commits on May 29, 2020

  1. partially fix tests

    acphile committed May 29, 2020
    Configuration menu
    Copy the full SHA
    b8f5b0d View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2020

  1. fix some parts

    acphile committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    2b78f6e View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2020

  1. fix symbolblock

    acphile committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    70368ad View commit details
    Browse the repository at this point in the history
  2. fix some tests

    acphile committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    0a35834 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a192a27 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2020

  1. fix SyncBatchNorm issue

    acphile committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    9ca3d6c View commit details
    Browse the repository at this point in the history
  2. merge upstream

    acphile committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    72cb878 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2020

  1. fix sanity

    acphile committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    491e06f View commit details
    Browse the repository at this point in the history
  2. Optimize the APIs

    acphile committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    04a40cf View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2020

  1. try to remove set_prefix()

    acphile committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    1c2ed49 View commit details
    Browse the repository at this point in the history
  2. remove parameter name

    acphile committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    951c63e View commit details
    Browse the repository at this point in the history
  3. fix Constant and Symbolblock

    acphile committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    3d2c224 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2020

  1. Configuration menu
    Copy the full SHA
    983b37a View commit details
    Browse the repository at this point in the history
  2. improve Symbolblock

    acphile committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    71fccaf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    567e4ca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3c9ce5f View commit details
    Browse the repository at this point in the history
  5. fix Parameter

    acphile committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    c69bfcb View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2020

  1. Configuration menu
    Copy the full SHA
    1899641 View commit details
    Browse the repository at this point in the history
  2. revert some bad changes

    acphile committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    d2473eb View commit details
    Browse the repository at this point in the history
  3. fix some tests

    acphile committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    c6ae5ec View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2020

  1. resolve conflicts

    acphile committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    da91b40 View commit details
    Browse the repository at this point in the history
  2. fix sanity

    acphile committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    4e95940 View commit details
    Browse the repository at this point in the history
  3. resolve conflicts

    acphile committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    b0dabbf View commit details
    Browse the repository at this point in the history
  4. fix test_profiler

    acphile committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    dae9f70 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2020

  1. revert unexpected typechange

    acphile committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    8794676 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2020

  1. resolve conflicts

    acphile committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    ace7d9e View commit details
    Browse the repository at this point in the history
  2. remove ParameterDict

    acphile committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    2946f31 View commit details
    Browse the repository at this point in the history
  3. a simple fix

    acphile committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    892e55a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    558c004 View commit details
    Browse the repository at this point in the history
  5. fix sanity

    acphile committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    a14cc1f View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2020

  1. Configuration menu
    Copy the full SHA
    be6b646 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49302bb View commit details
    Browse the repository at this point in the history