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

Restructuring some of the Layers #929

Closed
avik-pal opened this issue Jun 8, 2024 · 2 comments · Fixed by #937
Closed

Restructuring some of the Layers #929

avik-pal opened this issue Jun 8, 2024 · 2 comments · Fixed by #937
Labels
good first issue Good for newcomers question Further information is requested

Comments

@avik-pal
Copy link
Member

avik-pal commented Jun 8, 2024

Question❓

What do we feel about moving some of the non-diffeq specific layers to Boltz.jl and re-exporting them from here?

I was working on implementing KANs and we might be able to reuse the Spline Layers from here, but DiffEqFlux has too heavy deps (not complaining here, it needs to). Boltz.jl on the other hand is quite lightweight, only pulling in stdlibs and Lux (and some other smallish packages).

@avik-pal avik-pal added the question Further information is requested label Jun 8, 2024
@ChrisRackauckas
Copy link
Member

Yeah go for it.

@avik-pal avik-pal added the good first issue Good for newcomers label Jun 9, 2024
@avik-pal
Copy link
Member Author

avik-pal commented Jun 9, 2024

Most layers are now part of Boltz. Spline Layer will be added in LuxDL/Boltz.jl#35.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers question Further information is requested
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants