-
Notifications
You must be signed in to change notification settings - Fork 6.5k
Closed
Labels
staleIssues that haven't received updatesIssues that haven't received updates
Description
We currently have a rather low precision when testing our pipeline due to due reasons.
-
- Our reference is an image and not a numpy array. This means that when we created our reference image we lost float precision which is unnecessary
-
- We only test for
.max() < 1e-2. IMO we should test for.max() < 1e-4with the numpy arrays. In my experiements across multiple devices I have not seen differences bigger than.max() < 1e-4when using full precision.
- We only test for
IMO this could have also prevented: #902
tonetechnician
Metadata
Metadata
Assignees
Labels
staleIssues that haven't received updatesIssues that haven't received updates