You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The package can be used for all kinds of ML libraries not only Flux. I use it with Lux for example as well. However, it has Flux.jl as a dependency that it will always install. From a quick look over the code the dependency on Flux is only relevant for the Schedulers struct.
If the dependency there is really necessary, one could rewrite this as an extension module that is only loaded when Flux is loaded as well.
The text was updated successfully, but these errors were encountered:
The package can be used for all kinds of ML libraries not only Flux. I use it with Lux for example as well. However, it has Flux.jl as a dependency that it will always install. From a quick look over the code the dependency on Flux is only relevant for the
Schedulers
struct.If the dependency there is really necessary, one could rewrite this as an extension module that is only loaded when Flux is loaded as well.
The text was updated successfully, but these errors were encountered: