Skip to content

History / ModelZoo Status (branch=master)

Revisions

  • Merge pull request #1011 from chinhuang007/clarify-tf2onnx-readme Add project clarification to README

    @chudegao chudegao committed Mar 12, 2022
  • Merge pull request #1008 from chinhuang007/support-tf-2.8 Update Tensorflow (2.8.0) and ONNX (1.10.2) versions

    @chudegao chudegao committed Mar 12, 2022
  • support batch normalization opset 15 (#1001) * support batch normalization opset 15 Signed-off-by: degaochu <degaochu@cn.ibm.com> * skip node test for previous version Signed-off-by: degaochu <degaochu@cn.ibm.com> * fix np.testing.assert_almost_equal issue Signed-off-by: degaochu <degaochu@cn.ibm.com>

    @chinhuang007 chinhuang007 committed Feb 1, 2022
  • update Optional operator to return right type value for empty value (#996) Signed-off-by: degaochu <degaochu@cn.ibm.com>

    @chinhuang007 chinhuang007 committed Jan 7, 2022
  • Merge pull request #993 from chinhuang007/update-tf-version Update Tensorflow Version for Modelzoo Test

    @chudegao chudegao committed Dec 8, 2021
  • Support optional operators (#980) * add optional data type support Signed-off-by: degaochu <degaochu@cn.ibm.com> * fix seq test model issue Signed-off-by: degaochu <degaochu@cn.ibm.com> * update support status Signed-off-by: degaochu <degaochu@cn.ibm.com> * support identity opset 16 Signed-off-by: degaochu <degaochu@cn.ibm.com> * fix issue Signed-off-by: degaochu <degaochu@cn.ibm.com> * fix issues for onnx 1.9.0 Signed-off-by: degaochu <degaochu@cn.ibm.com> * fix attr proto cross version issue Signed-off-by: degaochu <degaochu@cn.ibm.com> * update opset list and status doc Signed-off-by: degaochu <degaochu@cn.ibm.com>

    @chinhuang007 chinhuang007 committed Oct 14, 2021
  • Merge pull request #977 from chinhuang007/support-shape-15 Add support for Shape opset 15

    @chudegao chudegao committed Sep 24, 2021
  • Add support for Pow opset 15 (#976) Add support for Pow opset 15, where bfloat16 data type is added Also add a filter in test_onnx_backend.py to exclude tests with optional inputs.

    @chinhuang007 chinhuang007 committed Sep 21, 2021
  • support use user tensorflow graph when training mode is enabled (#968) Signed-off-by: degaochu <degaochu@cn.ibm.com>

    @chinhuang007 chinhuang007 committed Sep 2, 2021
  • Release 1.9.0 (#964) * release 1.9.0 Signed-off-by: degaochu <degaochu@cn.ibm.com> * release 1.9.0 Signed-off-by: degaochu <degaochu@cn.ibm.com> * release 1.9.0 Signed-off-by: degaochu <degaochu@cn.ibm.com> * release 1.9.0 Signed-off-by: degaochu <degaochu@cn.ibm.com> * release 1.9.0 Signed-off-by: degaochu <degaochu@cn.ibm.com> * trigger CLA check Signed-off-by: degaochu <degaochu@cn.ibm.com>

    @chinhuang007 chinhuang007 committed Aug 20, 2021
  • Release 1.9.0 (#964) * release 1.9.0 Signed-off-by: degaochu <degaochu@cn.ibm.com> * release 1.9.0 Signed-off-by: degaochu <degaochu@cn.ibm.com> * release 1.9.0 Signed-off-by: degaochu <degaochu@cn.ibm.com> * release 1.9.0 Signed-off-by: degaochu <degaochu@cn.ibm.com> * release 1.9.0 Signed-off-by: degaochu <degaochu@cn.ibm.com> * trigger CLA check Signed-off-by: degaochu <degaochu@cn.ibm.com>

    @chinhuang007 chinhuang007 committed Aug 20, 2021
  • Merge pull request #961 from chinhuang007/support-gru-14 Add batchwise support for gru, lstm, rnn

    @chudegao chudegao committed Aug 19, 2021
  • Merge pull request #958 from chinhuang007/batchnorm-14 Partially support BatchNormalization opset 14

    @chudegao chudegao committed Aug 13, 2021
  • Add suppor for ONNX model with external data (#957) Add suppor for ONNX model with external data with a new optional command line argument to specify the external data directory. Signed-off-by: Chin Huang <chhuang@us.ibm.com>

    @chinhuang007 chinhuang007 committed Aug 9, 2021
  • Fix issue 953 (#956) * fix onnx development version install issue in CI test Signed-off-by: degaochu <degaochu@cn.ibm.com> * fix windows issue Signed-off-by: degaochu <degaochu@cn.ibm.com> * fix windows issue Signed-off-by: degaochu <degaochu@cn.ibm.com> * fix windows issue Signed-off-by: degaochu <degaochu@cn.ibm.com> * fix windows issue Signed-off-by: degaochu <degaochu@cn.ibm.com> * fix windows issue Signed-off-by: degaochu <degaochu@cn.ibm.com> * exlucde unimplemented operator in onnx backend test Signed-off-by: degaochu <degaochu@cn.ibm.com> * remove .project Signed-off-by: degaochu <degaochu@cn.ibm.com> * fix issue 951 Signed-off-by: degaochu <degaochu@cn.ibm.com> * fix lgtm alert Signed-off-by: degaochu <degaochu@cn.ibm.com> * Update conv_mixin.py Signed-off-by: degaochu <degaochu@cn.ibm.com> * fix issue 953 Signed-off-by: degaochu <degaochu@cn.ibm.com> * Fix issue 953 Signed-off-by: degaochu <degaochu@cn.ibm.com>

    @chinhuang007 chinhuang007 committed Aug 3, 2021
  • Fix issue 951 (#954) * fix onnx development version install issue in CI test Signed-off-by: degaochu <degaochu@cn.ibm.com> * fix windows issue Signed-off-by: degaochu <degaochu@cn.ibm.com> * fix windows issue Signed-off-by: degaochu <degaochu@cn.ibm.com> * fix windows issue Signed-off-by: degaochu <degaochu@cn.ibm.com> * fix windows issue Signed-off-by: degaochu <degaochu@cn.ibm.com> * fix windows issue Signed-off-by: degaochu <degaochu@cn.ibm.com> * exlucde unimplemented operator in onnx backend test Signed-off-by: degaochu <degaochu@cn.ibm.com> * remove .project Signed-off-by: degaochu <degaochu@cn.ibm.com> * fix issue 951 Signed-off-by: degaochu <degaochu@cn.ibm.com> * fix lgtm alert Signed-off-by: degaochu <degaochu@cn.ibm.com> * Update conv_mixin.py Signed-off-by: degaochu <degaochu@cn.ibm.com>

    @chinhuang007 chinhuang007 committed Jul 29, 2021
  • Fix a bug in slice operator (#938) The len() method was used on a tensor, which is no longer legal in TF2. Signed-off-by: Michal Gallus <michal.gallus@gmail.com> Co-authored-by: Chin Huang <chhuang@us.ibm.com>

    @chinhuang007 chinhuang007 committed Jul 23, 2021
  • fix onnx development version install issue in CI test (#948) * fix onnx development version install issue in CI test Signed-off-by: degaochu <degaochu@cn.ibm.com> * fix windows issue Signed-off-by: degaochu <degaochu@cn.ibm.com> * fix windows issue Signed-off-by: degaochu <degaochu@cn.ibm.com> * fix windows issue Signed-off-by: degaochu <degaochu@cn.ibm.com> * fix windows issue Signed-off-by: degaochu <degaochu@cn.ibm.com> * fix windows issue Signed-off-by: degaochu <degaochu@cn.ibm.com> * exlucde unimplemented operator in onnx backend test Signed-off-by: degaochu <degaochu@cn.ibm.com> * remove .project Signed-off-by: degaochu <degaochu@cn.ibm.com>

    @chinhuang007 chinhuang007 committed Jul 21, 2021
  • Merge pull request #940 from chudegao/seqsupport support sequence type; support opset 14 of identity op

    @chudegao chudegao committed Jul 17, 2021
  • support generate opset for custom op/domain (#945) Signed-off-by: degaochu <degaochu@cn.ibm.com>

    @chinhuang007 chinhuang007 committed Jul 12, 2021
  • Add new operator Trilu (#936) * add new operator trilu Signed-off-by: degaochu <degaochu@cn.ibm.com> * update onnx version to master Signed-off-by: degaochu <degaochu@cn.ibm.com> * add dynamic shape support and test case; format code Signed-off-by: degaochu <degaochu@cn.ibm.com> * update input k to int64 Signed-off-by: degaochu <degaochu@cn.ibm.com>

    @chinhuang007 chinhuang007 committed Jun 30, 2021
  • Add HardSwish support (#932) Add HardSwish support, which is introduced in ONNX opset 14. Add also a filter to exclude new non-deterministic ONNX model tests. Signed-off-by: Chin Huang <chhuang@us.ibm.com>

    @chinhuang007 chinhuang007 committed Jun 25, 2021
  • add opset 14 for relu (#934) Signed-off-by: degaochu <degaochu@cn.ibm.com>

    @chinhuang007 chinhuang007 committed Jun 24, 2021
  • Add allowzero support for reshape op (#930) Add allowzero support for reshape op which is introduced in opset 14. Signed-off-by: Chin Huang <chhuang@us.ibm.com>

    @chinhuang007 chinhuang007 committed Jun 21, 2021
  • Fix Broken Link to More Tutorials (#927) Signed-off-by: Nikolai Janakiev <nikolai.janakiev@gmail.com> Co-authored-by: Chin Huang <chhuang@us.ibm.com>

    @chinhuang007 chinhuang007 committed Jun 15, 2021
  • Add data types support for opset 14 (#926) Add data types support for opset 14 for the following ops - Add - Div - Mul - Sub Also fix an ONNX helper api name change in test_model.py Signed-off-by: Chin Huang <chhuang@us.ibm.com>

    @chinhuang007 chinhuang007 committed Jun 15, 2021
  • Add support for Multinomial (#920) Add support for Multinomial as requested as part of issue https://github.com/onnx/onnx-tensorflow/issues/728 Signed-off-by: Chin Huang <chhuang@us.ibm.com>

    @chinhuang007 chinhuang007 committed Jun 7, 2021
  • Fix unknown output shape for export (#918) Fix unknown output shape for export as reported in issue https://github.com/onnx/onnx-tensorflow/issues/913. Signed-off-by: Chin Huang <chhuang@us.ibm.com>

    @chinhuang007 chinhuang007 committed May 25, 2021
  • Add version 1.8.0 to Versioning.md (#917) Add version 1.8.0 to Versioning.md Signed-off-by: Chin Huang <chhuang@us.ibm.com>

    @chinhuang007 chinhuang007 committed May 20, 2021
  • Fix output names issue (#906) Fix output names issue https://github.com/onnx/onnx-tensorflow/issues/898 Also changed test code to process model outputs as dict. Signed-off-by: Chin Huang <chhuang@us.ibm.com>

    @chinhuang007 chinhuang007 committed Apr 28, 2021