-
Notifications
You must be signed in to change notification settings - Fork 35
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
Avoiding Type Piracy in Lux #246
Conversation
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #246 +/- ##
==========================================
+ Coverage 73.88% 74.09% +0.20%
==========================================
Files 23 25 +2
Lines 743 772 +29
==========================================
+ Hits 549 572 +23
- Misses 194 200 +6 ☔ View full report in Codecov by Sentry. |
@jonniedie let me know if there is any patch you don't want here. |
Bump |
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 for doing this! Sorry it took me so long to get to.
Once upon a time before package extensions, I had put in hacks in Lux to make several of the DL packages play well with ComponentArrays. We moved some of them here before, but some still remained and it seems bad to have a different behavior for these packages before and after Lux is loaded.
I am moving those patches here. Let, me know if there is an objection regarding any of them.
TODOs
ComponentArray(::NamedTuple)
Fixes LuxDL/Lux.jl#482