Skip to content

Commit

Permalink
plt update net instance, test=model
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeref996 committed Sep 2, 2024
1 parent fb02edd commit 8941680
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions framework/e2e/PaddleLT_new/strategy/compare.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,13 +173,13 @@ def infer_compare(result, expect, res_name, exp_name, logger, delta=1e-10, rtol=
forward_handled_result["logit"].append(item)

exc_dict = base_compare(
result=result,
expect=expect,
result=forward_handled_result,
expect=forward_handled_expect,
res_name=res_name,
exp_name=exp_name,
logger=logger,
delta=1e-10,
rtol=1e-10,
delta=delta,
rtol=rtol,
exc_dict=exc_dict,
)
return exc_dict
Expand Down

0 comments on commit 8941680

Please sign in to comment.