Boltz ⚡

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

CI codecov Package Downloads

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

Accelerate ⚡ your ML research using pre-built Deep Learning Models with Lux.

Installation

using Pkg
Pkg.add("Boltz")

Getting Started

using Boltz, Lux, Metalhead

model, ps, st = resnet(:alexnet; pretrained=true)

Changelog

Updating from v0.2 to v0.3

CUDA is not loaded by default. To use GPUs follow Lux.jl documentation.

Updating from v0.1 to v0.2

We have moved some dependencies into weak dependencies. This means that you will have to manually load them for certain features to be available.

  • To load Flux & Metalhead models, do using Metalhead.