mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-03 23:49:44 +00:00
Update baseline due to loss scale fix (#6948)
This commit is contained in:
parent
743a93faf3
commit
bdaea1d9ae
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ class ORTGlueTest(unittest.TestCase):
|
|||
def test_bert_fp16_with_mrpc(self):
|
||||
expected_acc = 0.84
|
||||
expected_f1 = 0.88
|
||||
expected_loss = 0.44
|
||||
expected_loss = 0.46
|
||||
|
||||
results = self.run_glue(model_name="bert-base-cased", task_name="MRPC", fp16=True)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue