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
When importing an onnx model, hidet needs to map onnx data types into hidet dtypes.
However, in
hidet/python/hidet/graph/frontend/onnx/onnx.py
Line 485 in 0cd78c7
hidet does not have dtype double. I guess it should be float64?
double
float64
The text was updated successfully, but these errors were encountered:
Yes. Do you have an interest in submitting a PR to fix it (by replacing 'double' to 'float64')?
Sorry, something went wrong.
Sure, it's here #88.
[Fixbug] Mark slow compiled app test (#89)
01b7b92
Flagging slow tests as a result of huggingface dependency (2hrs). To debug on private CI runs. Resolves #87.
Successfully merging a pull request may close this issue.
When importing an onnx model, hidet needs to map onnx data types into hidet dtypes.
However, in
hidet/python/hidet/graph/frontend/onnx/onnx.py
Line 485 in 0cd78c7
hidet does not have dtype
double
. I guess it should befloat64
?The text was updated successfully, but these errors were encountered: