Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use tf.shape instead of .shape for dynamic axes in InstanceNormalization #771

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Commits on Sep 26, 2020

  1. use tf.shape instead of .shape for dynamic axes

    Signed-off-by: masakistan <[email protected]>
    masakistan committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    3bc773c View commit details
    Browse the repository at this point in the history
  2. Add model stepping test for Mnist (onnx#734)

    * Add model stepping test for Mnist
    
    Add model stepping test for Mnist using ONNX runtime. The
    assumption is that ONNX runtime is installed and the mnist model
    from ONNX model zoo is downloaded.
    
    Signed-off-by: Chin Huang <[email protected]>
    
    * add tensor_dict back in TFRep
    
    Signed-off-by: Chin Huang <[email protected]>
    chinhuang007 authored and masakistan committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    7b27f5d View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2020

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

Commits on Oct 3, 2020

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

Commits on Oct 8, 2020

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

Commits on Oct 15, 2020

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

Commits on Nov 1, 2020

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

Commits on Nov 12, 2020

  1. use onnx-tf tf_shape instead of tf.shape

    Signed-off-by: masakistan <[email protected]>
    masakistan committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    9ef09b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56f239a View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2020

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

Commits on Dec 15, 2020

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

Commits on Dec 17, 2020

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