-
Notifications
You must be signed in to change notification settings - Fork 163
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
feat: implement quantized unfold #474
feat: implement quantized unfold #474
Conversation
Thank you for your pull request. We require contributors to sign our Contributor License Agreement / Terms and Conditions, and we don't seem to have the users @tguerand on file. In order for us to review and merge your code, please sign:
If you already signed one of this document, just wait to be added to the bot config. |
@cla-bot check |
The cla-bot has been summoned, and re-checked this pull request! |
Hello @tguerand , thanks a lot for your contribution ! As you can notice above, some checks failed 😞 You can see the full logs here. We therefore invite you to solve these issues on your side and push again ! In order to make this process a lot easier to handle, you can run the Let me know if you have any questions 😉 |
I have passed the |
It is the last test of |
Hello again @tguerand, Indeed, there seem to be a few issues with the tests :
|
I ve pushed the two first points, regarding the padding I do not know how to fix it yet I ll also look more into it |
Ok i think I ve found it: it comes from the ceil_mode variable that introduces tensorflow style padding in
Let me know which method you prefer for a global integration of the Thanks! |
Great job in tracking down the issue. We can go with option 1. |
Yes good catch @tguerand, option 1 seems fine enough indeed ! You can push your fix and we'll trigger the CI once for you again |
Ok i ve pushed the changes that removes ceil_mode, it passes all the tests of |
Sorry @tguerand, last time I've given you the wrong disable to put in the code 😞 In after this all should be good and we'll be able to merge the PR 😉 Sorry again ! |
ok i ve changed it and pushed :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, thanks a lot for this contribution ! 🎉
Thanks a lot for the contribution @tguerand ! |
Thanks all, do you know if there is a pre release for this feature to be implemented soon? |
It isn't planned but we could do a release candidate for you to use it straight from pypi if you need it. |
oh yes that would be great thanks! I could install it locally but it would be much easier as a release candidate on pypi :) |
Implement the QuantizedUnfold Class for support of Unfold Operation
See this issue