Boltz.jl

Accelerate your ML research using pre-built Deep Learning Models with Lux
Author LuxDL
Popularity
5 Stars
Updated Last
1 Year Ago
Started In
March 2023

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

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

Changelog

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 Flux, Metalhead.

Used By Packages

No packages found.