Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
felixdittrich92 committed Oct 1, 2024
1 parent 5497ccc commit 9940348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tensorflow/test_models_recognition_tf.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def test_recognition_zoo_error():
def test_models_onnx_export(arch_name, input_shape):
# Model
batch_size = 2
tf.backend.clear_session()
tf.keras.backend.clear_session()
model = recognition.__dict__[arch_name](pretrained=True, exportable=True, input_shape=input_shape)
# SAR, MASTER, ViTSTR export currently only available with constant batch size
if arch_name in ["sar_resnet31", "master", "vitstr_small", "parseq"]:
Expand Down

0 comments on commit 9940348

Please sign in to comment.