Avik Pal

Results 176 issues of Avik Pal

Seeing Optimization.jl attempt to use DI, it seems like we have most of the features in place. We might be able to drop a lot of unnecessary code my making...

As pointed out by @oscardssmith, it would be good to store a centralized stats in the cache and update references to it instead of adding up the stats at the...

Turns out ForwardDiff.jl already works with DynamicExpressions, but we would want to turn off the type mismatch warnings. ```julia using ForwardDiff, DynamicExpressions operators = OperatorEnum(; binary_operators=[+, -, *], unary_operators=[cos]); x1...

Currently the functions are written as: ```julia function foo(args...; kwargs...) error("ExtX.jl not loaded") end # In ExtX.jl function foo(a::Int, b::Char) # do the correct thing end ``` Now this works,...

Can someone add the benchmark label?

benchmark

- `IfElse` is not really used anymore - Don't need to import Flux for `mse`, it is quite a heavy dependency

Sorry for being vague, I am myself not sure what is exactly broken, but CI started to fail since the release See https://buildkite.com/julialang/lux-dot-jl/builds/2146#018f7cea-e5d8-44b6-9f15-0a14f952a577/564-7443. Builds were fine before that.

Vitepress supports this https://vitepress.dev/reference/default-theme-sidebar#multiple-sidebars so it might be good to support that. Currently, for long documentations, the sidebar is quite big ![image](https://github.com/LuxDL/DocumenterVitepress.jl/assets/30564094/645c1922-74ad-4fd8-83f9-dc1fc8facc2d)

enhancement

![image](https://github.com/LuxDL/DocumenterVitepress.jl/assets/30564094/df2db94b-b1b9-4b6a-ba89-3c7dbce9da3f) https://github.com/LuxDL/Lux.jl/blob/main/docs/src/manual/freezing_model_parameters.md

bug

**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...

good first issue
question