Skip to content

Commit 7f2c009

Browse files
committed
TF BERT test update
1 parent e1b7e10 commit 7f2c009

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/test_modeling_tf_bert.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -356,9 +356,9 @@ def test_inference_masked_lm(self):
356356
expected_slice = tf.constant(
357357
[
358358
[
359-
[-0.05243197, -0.04498899, 0.05512108],
360-
[-0.07444685, -0.01064632, 0.04352357],
361-
[-0.05020351, 0.05530146, 0.00700043]
359+
[-0.05243197, -0.04498899, 0.05512108],
360+
[-0.07444685, -0.01064632, 0.04352357],
361+
[-0.05020351, 0.05530146, 0.00700043],
362362
]
363363
]
364364
)

0 commit comments

Comments
 (0)