Skip to content

Commit

Permalink
Conv Padding processing improvements and Slice bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
PINTO0309 committed Oct 28, 2022
1 parent 3ff9147 commit 06efe97
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 @@ -71,7 +71,7 @@ Video speed is adjusted approximately 50 times slower than actual speed.
$ docker run --rm -it \
-v `pwd`:/workdir \
-w /workdir \
ghcr.io/pinto0309/onnx2tf:1.0.28
ghcr.io/pinto0309/onnx2tf:1.0.29
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__ = '1.0.28'
__version__ = '1.0.29'

0 comments on commit 06efe97

Please sign in to comment.