We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I fixed the random seed, and use GPU and NPU to generate an image separately.
This is from GPU:
This is from NPU:
As I know, GPU and NPU both use FP16 for inference. I think they should have the same result. Why they are different?
The text was updated successfully, but these errors were encountered:
This is expected (Also check out the visual in this README section). TL;DR: Kernel numerics are different.
Sorry, something went wrong.
Kernel numerics are different
@atiorh Could you explain this? Does it mean the weights will be slightly changed when loaded to NPU?
No branches or pull requests
I fixed the random seed, and use GPU and NPU to generate an image separately.
This is from GPU:
This is from NPU:
As I know, GPU and NPU both use FP16 for inference. I think they should have the same result. Why they are different?
The text was updated successfully, but these errors were encountered: