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

[MXNET-34] Onnx Module to import onnx models into mxnet #9963

Merged
merged 36 commits into from
Mar 14, 2018

Commits on Mar 9, 2018

  1. Onnx Module to import onnx models into mxnet

    * Change package name to onnx from serde.
    * Remove onnx install time dependency
    * Remove Renamer class
    * Add apache license to files.
    * Refactor test files to tests/python folder.
    * Removed export folder.
    * Refactor Attribute COnverter logic
    
    Signed-off-by: Acharya <[email protected]>
    Acharya committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    d80f95a View commit details
    Browse the repository at this point in the history
  2. Changing the translation and utils file.

    Signed-off-by: Acharya <[email protected]>
    Acharya committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    23c409a View commit details
    Browse the repository at this point in the history
  3. - Fixed Pylint issues

    - Added Sigmoid operator.
    - Add onnx, protobuf as CI pipeline dependencies.
    
    Signed-off-by: Acharya <[email protected]>
    Acharya committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    2d0c4e4 View commit details
    Browse the repository at this point in the history
  4. Add UTs for reduce ops.

    Signed-off-by: Acharya <[email protected]>
    Acharya committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    a350505 View commit details
    Browse the repository at this point in the history
  5. pylint - newline, whitespace.

    Signed-off-by: Acharya <[email protected]>
    Acharya committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    678cd7a View commit details
    Browse the repository at this point in the history
  6. Added operators:

        - AvgPool
        - ArgMax
        - ArgMin
        - Abs
    
        Minor changes in logic for import_onnx
    rajanksin authored and Acharya committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    0c66f32 View commit details
    Browse the repository at this point in the history
  7. Added operators:

    - Ceil
    - Cast
    - Constant
    rajanksin authored and Acharya committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    5f91c6c View commit details
    Browse the repository at this point in the history
  8. - Added Pad operator support.

    - Minor changes for comments
    rajanksin authored and Acharya committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    9a615b2 View commit details
    Browse the repository at this point in the history
  9. RandomUniform,Normal,Sub,Mul,Div,Tanh,Relu,Reciprocal,Sqrt operators

    added.
    
    Signed-off-by: Acharya <[email protected]>
    Acharya committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    0be8eae View commit details
    Browse the repository at this point in the history
  10. lint fix

    rajanksin authored and Acharya committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    5936755 View commit details
    Browse the repository at this point in the history
  11. Add protobuf-compile to CI bash script. Add MatMul and Pow operator.

    Signed-off-by: Acharya <[email protected]>
    Acharya committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    96d967f View commit details
    Browse the repository at this point in the history
  12. Max,Min,Sum,Reduce operators.

    Signed-off-by: Acharya <[email protected]>
    Acharya committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    df61e4f View commit details
    Browse the repository at this point in the history
  13. BatchNorm,SpatialBN, Split

    Signed-off-by: Acharya <[email protected]>
    Acharya committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    8e74bd8 View commit details
    Browse the repository at this point in the history
  14. Slice,Transpose and Squeeze Operators.

    Signed-off-by: Acharya <[email protected]>
    Acharya committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    40d9d13 View commit details
    Browse the repository at this point in the history
  15. Onnx tests in CI integration tests.

    Signed-off-by: Acharya <[email protected]>
    Acharya committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    a1f3782 View commit details
    Browse the repository at this point in the history
  16. Addressing Marco's comments

    Signed-off-by: Acharya <[email protected]>
    Acharya committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    65f627b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    495169e View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2018

  1. Added operators:

    - Convolution
    - Deconvolution
    
    Refactored convert_operator
    rajanksin authored and Acharya committed Mar 10, 2018
    Configuration menu
    Copy the full SHA
    48b2a7c View commit details
    Browse the repository at this point in the history
  2. lint fix

    rajanksin authored and Acharya committed Mar 10, 2018
    Configuration menu
    Copy the full SHA
    51189a8 View commit details
    Browse the repository at this point in the history
  3. Rebase fix

    rajanksin authored and Acharya committed Mar 10, 2018
    Configuration menu
    Copy the full SHA
    69bf6f8 View commit details
    Browse the repository at this point in the history
  4. Added Maxpool operator

    rajanksin authored and Acharya committed Mar 10, 2018
    Configuration menu
    Copy the full SHA
    ee0393a View commit details
    Browse the repository at this point in the history
  5. Adding FullyConnected operator

    rajanksin authored and Acharya committed Mar 10, 2018
    Configuration menu
    Copy the full SHA
    0ebd5b0 View commit details
    Browse the repository at this point in the history
  6. Adding operator- GlobalPooling - max and avg

    Minor lint fixes.
    rajanksin authored and Acharya committed Mar 10, 2018
    Configuration menu
    Copy the full SHA
    40cbe11 View commit details
    Browse the repository at this point in the history
  7. Adding operator - Gemm

    rajanksin authored and Acharya committed Mar 10, 2018
    Configuration menu
    Copy the full SHA
    71517b5 View commit details
    Browse the repository at this point in the history
  8. Change test Path, LRN and Dropout operator.

    Acharya committed Mar 10, 2018
    Configuration menu
    Copy the full SHA
    3dd7a2e View commit details
    Browse the repository at this point in the history
  9. Add asserts for the super_res example.

    Signed-off-by: Acharya <[email protected]>
    Acharya committed Mar 10, 2018
    Configuration menu
    Copy the full SHA
    11be77b View commit details
    Browse the repository at this point in the history
  10. Fixing conv test failures.

    Removed redundant code
    rajanksin authored and Acharya committed Mar 10, 2018
    Configuration menu
    Copy the full SHA
    d98de71 View commit details
    Browse the repository at this point in the history
  11. Update Jenkins job.

    Signed-off-by: Acharya <[email protected]>
    Acharya committed Mar 10, 2018
    Configuration menu
    Copy the full SHA
    4ef7c36 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e96b41b View commit details
    Browse the repository at this point in the history
  13. Rebase after Docker PR

    Acharya committed Mar 10, 2018
    Configuration menu
    Copy the full SHA
    f979d6c View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2018

  1. Configuration menu
    Copy the full SHA
    c6c8038 View commit details
    Browse the repository at this point in the history
  2. Fetch test files by version number. Verify the high resolution example.

    Signed-off-by: Acharya <[email protected]>
    Acharya committed Mar 12, 2018
    Configuration menu
    Copy the full SHA
    1d02490 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2018

  1. Fix method arguments for Python3.5+

    Signed-off-by: Acharya <[email protected]>
    Acharya committed Mar 13, 2018
    Configuration menu
    Copy the full SHA
    b4b6f9a View commit details
    Browse the repository at this point in the history
  2. Remove logging configuration from test files.

    Signed-off-by: Acharya <[email protected]>
    Acharya committed Mar 13, 2018
    Configuration menu
    Copy the full SHA
    612e2a6 View commit details
    Browse the repository at this point in the history
  3. Verify result image in example by hash

    Signed-off-by: Acharya <[email protected]>
    Acharya committed Mar 13, 2018
    Configuration menu
    Copy the full SHA
    a9b2f62 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2018

  1. Remove fetching test files by ETag.

    Will add it as a separate PR as per review comments.
    
    Signed-off-by: Acharya <[email protected]>
    Acharya committed Mar 14, 2018
    Configuration menu
    Copy the full SHA
    b24baba View commit details
    Browse the repository at this point in the history