Skip to content

Commit

Permalink
Increase perf margin on unet
Browse files Browse the repository at this point in the history
In order to make device perf pipeline more stable,
bump perf margin on unet device perf from 1% to 2%
  • Loading branch information
Pavle Josipovic authored and pavlejosipovic committed Nov 28, 2024
1 parent f401c2e commit 4584bc3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def test_unet_perf_device(batch: int, groups: int, expected_device_perf_fps: flo
)
expected_perf_cols = {inference_time_key: expected_device_perf_fps}
expected_results = check_device_perf(
post_processed_results, margin=0.01, expected_perf_cols=expected_perf_cols, assert_on_fail=True
post_processed_results, margin=0.02, expected_perf_cols=expected_perf_cols, assert_on_fail=True
)
prep_device_perf_report(
model_name=f"unet-shallow_batch-{batch}_groups-{groups}",
Expand Down

0 comments on commit 4584bc3

Please sign in to comment.