Skip to content

Commit

Permalink
Skip TFCvtModelTest::test_keras_fit_mixed_precision for now (huggin…
Browse files Browse the repository at this point in the history
…gface#23699)

fix

Co-authored-by: ydshieh <[email protected]>
  • Loading branch information
2 people authored and gojiteji committed Jun 5, 2023
1 parent 51da3be commit ee663b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/models/cvt/test_modeling_tf_cvt.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ def test_dataset_conversion(self):
def test_keras_fit(self):
super().test_keras_fit()

@unittest.skip(reason="Get `Failed to determine best cudnn convolution algo.` error after using TF 2.12+cuda 11.8")
def test_keras_fit_mixed_precision(self):
policy = tf.keras.mixed_precision.Policy("mixed_float16")
tf.keras.mixed_precision.set_global_policy(policy)
Expand Down

0 comments on commit ee663b3

Please sign in to comment.