fasttransform: Reversible Pipelines Made Simple – fast.ai
Introducing fasttransform, a Python library that makes data transformations reversible and extensible through the power of multiple dispatch. “How did this image get misclassified?” If you’ve ever trained a machine learning model, you know what comes next: the frustrating journey of trying to understand what your model actually saw. You dig through layers of transformations - normalizations, resizes, augmentations - only to realize you’ll need to write inverse functions just to see your data again. It’s so painful that many of us skip it altogether, debugging our models based on abstract numbers rather than actual data. Or as OpenAI’s Greg Brockman puts it: Let’s look at what you might be missing. Here’s a simple example using fastai: With just these four lines, we discover something fascinating: our “wolf detector” isn’t detecting wolves at all - it’s detecting snow! Look at the training data: wolves in snow, huskies in forests. Then look at the predictions: the model fails whenever w
fasttransform: Reversible Pipelines Made Simple – fast.ai fasttransform: Reversible Pipelines Made Simple Introducing fasttransform, a Python library that makes data transformations reversible and extensible through the power of multiple dispatch. “How did this image get misclassified?” If you’ve ever trained a machine learning model, you know what comes next: the frustrating journey of trying to understand what your model actually saw. You dig through layers of transformations - normalizations, resizes, augmentations - only to realize you’ll need to write inverse functions just to see your da
Explore this link on the map →saved by
related reading
- Practical Deep Learning for Coders - Practical Deep Learningcourse.fast.ai
- The Annotated Transformernlp.seas.harvard.edu
- Transformers from Scratche2eml.school
- Transformer Circuits Threadtransformer-circuits.pub
- Transformer Explainer: LLM Transformer Model Visually Explainedpoloclub.github.io
- Transformers, what can they do? · Hugging Facehuggingface.co
- The Annotated Transformernlp.seas.harvard.edu
- Annotated Research Paper Implementations: Transformers, StyleGAN, Stable Diffusion, DDPM/DDIM, LayerNorm, Nucleus Sampling and morenn.labml.ai
- Perceptronperceptron.inc
- Feature-wise transformationsdistill.pub
- Hugging Face · GitHubgithub.com
- Introduction · Hugging Facehuggingface.co