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 8941680 commit ce0c1e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/e2e/PaddleLT_new/layertest.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def _case_run(self):
compare_res_list.append(tmp)
else:
precision = comparing.get("precision")
if comparing.get("compare_method") == "infer_compare":
if comparing.get("compare_method", "base_compare") == "infer_compare":
compare_methon = infer_compare
else:
compare_methon = base_compare
Expand Down

0 comments on commit ce0c1e7

Please sign in to comment.