10000 GitHub - andreuvall/Boltz.jl: Accelerate your ML research using pre-built Deep Learning Models with Lux
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

andreuvall/Boltz.jl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Julia 100.0%
0