-
-
Notifications
You must be signed in to change notification settings - Fork 609
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
multiplication of {Transpose, Adjoint} of Array and OneHotVector #1424
Conversation
@mcabbott this is ready for a review. |
Looks good, thanks! |
@CarloLucibello I think this solution sounds better, since that is a new way of implementation for the OneHot. I definitely don't mind if need be the code from this PR directly copied to the new OneHot implementation PR, so we directly fix it in that PR itself |
I'll keep this PR open? Since in case wearen't able to have new one-hot implementation ready for v0.12 , we can probably just think of this PR may be. |
Probably easier to merge this now since I'd like the tests in and rushing #1447 makes me uncomfortable since it makes strong decisions around using internal Julia functions and complicates its design |
Bump? The new OneHotArray has been in a few stable releases now. |
@gxyd I hope you don't mind, I just rebased your PR (all the code is same and your authorship is preserved). I think this PR is good to go once the checks pass. |
@darsnack I'm glad the code written could be of some help. |
Co-authored-by: Dhairya Gandhi <[email protected]>
Co-authored-by: Dhairya Gandhi <[email protected]>
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.
Thanks @gxyd!
bors r+ |
Build succeeded: |
Also fixes #777 . Tests have been added.