Skip to content
/ Boltz.jl Public

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

License

Notifications You must be signed in to change notification settings

LuxDL/Boltz.jl

Repository files navigation

Boltz ⚡

GitHub Discussions Latest Docs Stable Docs

CI Build status codecov

Downloads Downloads

JET Testing Aqua QA 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 = Vision.AlexNet(; pretrained=true)