Skip to content

Commit

Permalink
0.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
PINTO0309 committed Oct 8, 2022
1 parent fdb5efa commit 1895b8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion onnx2tf/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from onnx2tf.onnx2tf import convert, main

__version__ = '0.0.17'
__version__ = '0.0.18'

0 comments on commit 1895b8f

Please sign in to comment.