Contents

fastai 2.8.7

0

fastai simplifies training fast and accurate neural nets using modern best practices

fastai simplifies training fast and accurate neural nets using modern best practices

Stars: 27852, Watchers: 27852, Forks: 7679, Open Issues: 265

The fastai/fastai repo was created 8 years ago and the last code push was 4 days ago.
The project is extremely popular with a mindblowing 27852 github stars!

How to Install fastai

You can install fastai using pip

pip install fastai

or add it to a project with poetry

poetry add fastai

Package Details

Author
None
License
Apache-2.0
Homepage
None
PyPi:
https://pypi.org/project/fastai/
Documentation:
https://docs.fast.ai/
GitHub Repo:
https://github.com/fastai/fastai

Classifiers

No  fastai  pypi packages just yet.

Errors

A list of common fastai errors.

Code Examples

Here are some fastai code examples and snippets.

GitHub Issues

The fastai package has 265 open issues on GitHub

  • Fix broken link to paper in README
  • [Bug] FastAI 2.8.6 breaks AutoGluon Integration, crashes on from fastai.callback import core
  • ValueError: Expected input batch_size (8) to match target batch_size (1024). when trying to use transformers model with fastai
  • 中文社区交流群
  • RuntimeError: The MPS backend is supported on MacOS 12.3+.Current OS version can be queried using sw_vers

See more issues on GitHub

Related Packages & Articles

deepspeed 0.18.6

DeepSpeed is a Python package developed by Microsoft that provides a deep learning optimization library designed to scale across multiple GPUs and servers. It is capable of training models with billions or even trillions of parameters, achieving excellent system throughput and efficiently scaling to thousands of GPUs.

DeepSpeed is particularly useful for training and inference of large language models, and it falls under the category of Machine Learning Frameworks and Libraries. It is designed to work with PyTorch and offers system innovations such as Zero Redundancy Optimizer (ZeRO), 3D parallelism, and model-parallelism to enable efficient training of large models.

easyocr 1.7.2

End-to-End Multi-Lingual Optical Character Recognition (OCR) Solution

datasets 4.5.0

HuggingFace community-driven open-source library of datasets

transformers 5.2.0

Transformers: the model-definition framework for state-of-the-art machine learning models in text, vision, audio, and multimodal models, for both inference and training.

thinc 9.1.1

A refreshing functional take on deep learning, compatible with your favorite libraries

nlp 0.4.0

HuggingFace/NLP is an open library of NLP datasets.