Skip to content
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

Question regarding precision #3788

Open
FruitClover opened this issue Oct 13, 2024 · 0 comments
Open

Question regarding precision #3788

FruitClover opened this issue Oct 13, 2024 · 0 comments
Labels
question Further information is requested

Comments

@FruitClover
Copy link

Hi, for the readme example:

PyTorch prediction
[('Labrador retriever', 70.65674591064453), ('golden retriever', 4.988346099853516), ('Saluki, gazelle hound', 4.477451324462891)]
torch-mlir prediction
[('Labrador retriever', 70.6567153930664), ('golden retriever', 4.988325119018555), ('Saluki, gazelle hound', 4.477458477020264)]

are there are any notes somewhere for the precision difference, maybe regarding high-level stages (e.g. pytorch --> torch mlir, torch mlir --> linalg/stablehlo/tosa backend, backend output --> LLVM IR and so on), concreate operations or CPU/GPU execution? (not just for the resnet model, this is just an example output)

@FruitClover FruitClover added the question Further information is requested label Oct 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant