We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96c03ed commit c186504Copy full SHA for c186504
README.md
@@ -271,15 +271,15 @@ Video speed is adjusted approximately 50 times slower than actual speed.
271
docker run --rm -it \
272
-v `pwd`:/workdir \
273
-w /workdir \
274
- ghcr.io/pinto0309/onnx2tf:1.21.5
+ ghcr.io/pinto0309/onnx2tf:1.21.6
275
276
or
277
278
# Authentication is not required for pulls from Docker Hub.
279
280
281
282
- docker.io/pinto0309/onnx2tf:1.21.5
+ docker.io/pinto0309/onnx2tf:1.21.6
283
284
285
onnx2tf/__init__.py
@@ -1,3 +1,3 @@
1
from onnx2tf.onnx2tf import convert, main
2
3
-__version__ = '1.21.5'
+__version__ = '1.21.6'
0 commit comments