From 1895b8fa794a3e791ae7d244e52ba292da8a05fc Mon Sep 17 00:00:00 2001 From: pinto0309 Date: Sat, 8 Oct 2022 23:26:13 +0900 Subject: [PATCH] 0.0.18 --- README.md | 2 +- onnx2tf/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d2c192bd..3ad689db 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Self-Created Tools to convert ONNX files (NCHW) to TensorFlow format (NHWC). The $ docker run --rm -it \ -v `pwd`:/workdir \ -w /workdir \ -ghcr.io/pinto0309/onn2tf:0.0.17 +ghcr.io/pinto0309/onn2tf:0.0.18 or diff --git a/onnx2tf/__init__.py b/onnx2tf/__init__.py index 1467b2c0..889ab6b7 100644 --- a/onnx2tf/__init__.py +++ b/onnx2tf/__init__.py @@ -1,3 +1,3 @@ from onnx2tf.onnx2tf import convert, main -__version__ = '0.0.17' +__version__ = '0.0.18'