LuxLib

Join the chat at https://julialang.zulipchat.com #machine-learning Latest Docs Stable Docs

CI Buildkite codecov Package Downloads

ColPrac: Contributor's Guide on Collaborative Practices for Community Packages SciML Code Style

Backend for Lux.jl.

Tutorials

This is a developer-facing project and most users should not depend on it directly. As such, we don't have tutorials for this package. Instead, we recommend you check out the Lux tutorials.

What's the distinction from NNlib.jl?

Think of this package as a temporary location for functionalities that will move into NNlib.jl. At the moment, this is supposed to be a heavier dependency than NNlib.jl, and it makes no attempt to separate code across different architectures.

Changelog

Updating from v0.1 to v0.2

Support for CUDA has been moved to a weak dependency. If you want to use CUDA, you need to install and load LuxCUDA as using LuxCUDA or import LuxCUDA.