"...git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "3df3b9d4bf006ab193b3c1257f3436b9fdb91759"
Unverified Commit b6bdb943 authored by Yih-Dar's avatar Yih-Dar Committed by GitHub
Browse files

Fix a TF test name (LayoutLMModelTest) (#16061)



* fix name
Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
parent 96ac7549
...@@ -196,7 +196,7 @@ class TFLayoutLMModelTester: ...@@ -196,7 +196,7 @@ class TFLayoutLMModelTester:
@require_tf @require_tf
class LayoutLMModelTest(TFModelTesterMixin, unittest.TestCase): class TFLayoutLMModelTest(TFModelTesterMixin, unittest.TestCase):
all_model_classes = ( all_model_classes = (
(TFLayoutLMModel, TFLayoutLMForMaskedLM, TFLayoutLMForTokenClassification, TFLayoutLMForSequenceClassification) (TFLayoutLMModel, TFLayoutLMForMaskedLM, TFLayoutLMForTokenClassification, TFLayoutLMForSequenceClassification)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment