Skip to content

Commit

Permalink
increase base sens for diff trt
Browse files Browse the repository at this point in the history
  • Loading branch information
NevermindNilas committed Sep 28, 2024
1 parent 5ce7314 commit 7f6a9cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/argumentsChecker.py
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,8 @@ def adjustFeature(
)

sensMap = {
"differential": 0.65,
"differential": 0.75,
"differential-tensorrt": 0.75,
"shift_lpips": 0.50,
"maxxvit": 0.9,
"maxxvit-tensorrt": 0.9,
Expand Down

0 comments on commit 7f6a9cb

Please sign in to comment.