fasterai
  • Contact Me
  • Report an Issue
  • Join the Community

Home

FasterAI is an open-source library for neural network compression, offering efficient implementations of various compression techniques.

Welcome to FasterAI

Get Started

Compression techniques in a single line of code

from fasterai.sparse.all import *
from fastai.vision.all import *

learn = Learner(dls, model)
sp_cb = SparsifyCallback(sparsity, granularity, context, criteria, schedule)

learn.fit(epochs, lr, cbs=sp_cb)

Make your models smaller, faster, cheaper and greener

Supported methods

Sparsification

Pruning

Distillation

Regularization

Quantization

 

© By Nathan Hubens

  • Report an issue