-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for ATD #200
Add support for ATD #200
Conversation
This is so weird. Why do I get vastly different outputs in CI? |
CPU vs GPU? |
I use CPU for tests locally as well. |
maybe its linux thats the problem? i have no idea what else it could be |
Okay, so I just did test runs on CPU vs GPU. It seems like ATD is highly sensitive to floating point impression. When I compare the output of my CPU vs GPU, I get the same type of large error as we see with CI. Despite the large error, the two outputs are visually the same, so I think I'm going to add another error metric to account for this. |
Finally. |
This adds support for ATD.