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

Is tensor representable #136

Open
wants to merge 15 commits into
base: main
Choose a base branch
from

Conversation

jurevreca12
Copy link

Adds a single function to the QKeras converter, to check if the tensor is being correctly converted. It issues only a warning to not brake legacy testing code.

This PR builds upon PR: Update qkeras converter for array and auto po2 scale #135
This is why it currently shows many differences, after they will be merged into main the only difference is in src/qonnx/converters/qkeras/onnx.py with the addition of the check_tensor_is_representable function.

This PR does not affect other code, nor should it be a problem for downstream users. It can be merged after PR: #135.

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.

1 participant