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

Add test for rise timeseries on onnx file #752

Merged
merged 1 commit into from
Apr 17, 2024

Conversation

loostrum
Copy link
Member

Closes #690

#690 describes the explainer not working with an onnx file for timeseries. After some testing, I found that the season prediction model requires float32 input, while numpy/python use float64 by default. This makes the season prediction model crash when using the onnx file. I don't think this should be considered a bug in dianna, rather the user should convert the data using the preprocess function. I added a test that does this.

Copy link
Contributor

@elboyran elboyran left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Clear.

@loostrum loostrum merged commit 7757b17 into main Apr 17, 2024
17 checks passed
@loostrum loostrum deleted the 690-timeseries-with-onnx-file branch April 17, 2024 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

explainer does not work with onnx model file path
2 participants