Skip to content

Commit

Permalink
update factory test
Browse files Browse the repository at this point in the history
  • Loading branch information
felixdittrich92 committed Sep 13, 2024
1 parent a8da8c7 commit 84648b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/tensorflow/test_models_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ def test_push_to_hf_hub():
["textnet_tiny", "classification", "Felix92/doctr-dummy-tf-textnet-tiny-v2"],
["db_resnet50", "detection", "Felix92/doctr-dummy-tf-db-resnet50-v2"],
["db_mobilenet_v3_large", "detection", "Felix92/doctr-dummy-tf-db-mobilenet-v3-large-v2"],
# TODO: Identify issue with linknet_resnet18 which exists only with the hub model
# TODO: Identify issue with linknet_resnet18 and 34 which exists only with the hub model
# ["linknet_resnet18", "detection", "Felix92/doctr-dummy-tf-linknet-resnet18-v2"],
["linknet_resnet34", "detection", "Felix92/doctr-dummy-tf-linknet-resnet34-v2"],
# ["linknet_resnet34", "detection", "Felix92/doctr-dummy-tf-linknet-resnet34-v2"],
["linknet_resnet50", "detection", "Felix92/doctr-dummy-tf-linknet-resnet50-v2"],
["crnn_vgg16_bn", "recognition", "Felix92/doctr-dummy-tf-crnn-vgg16-bn-v2"],
["crnn_mobilenet_v3_large", "recognition", "Felix92/doctr-dummy-tf-crnn-mobilenet-v3-large-v2"],
Expand Down

0 comments on commit 84648b4

Please sign in to comment.