Skip to content
This repository has been archived by the owner on Nov 11, 2023. It is now read-only.

Commit

Permalink
GroupConvolution bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
PINTO0309 committed Jul 12, 2022
1 parent 207d8de commit ebc548c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions openvino2tensorflow/openvino2tensorflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -2057,6 +2057,7 @@ def layer_structure_print(info: dict) -> None:
inp = Conv2D(
filters=filters,
kernel_size=kernel_size,
strides=strides,
padding=padding,
groups=groups,
use_bias=False,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
setup(
name="openvino2tensorflow",
scripts=scripts,
version="1.31.5",
version="1.31.6",
description="This script converts the OpenVINO IR model to Tensorflow's saved_model, tflite, h5 and pb. in (NCHW) format",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit ebc548c

Please sign in to comment.