Commit 1207deb8 authored by Sylvain Gugger's avatar Sylvain Gugger
Browse files

Typo fix

parent e1224a2a
...@@ -328,7 +328,7 @@ class TFViTMAEModelTest(TFModelTesterMixin, unittest.TestCase): ...@@ -328,7 +328,7 @@ class TFViTMAEModelTest(TFModelTesterMixin, unittest.TestCase):
# overwrite from common since TFViTMAEForPretraining has random masking, we need to fix the noise # overwrite from common since TFViTMAEForPretraining has random masking, we need to fix the noise
# to generate masks during test # to generate masks during test
@slow() @slow
def test_keras_save_load(self): def test_keras_save_load(self):
# make mask reproducible # make mask reproducible
np.random.seed(2) np.random.seed(2)
......
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