Skip to main content

A collection of extensions and addons for fastai

Project description

fastxtend

fastxtend (fastai extended) is a collection of tools, extensions, and addons for fastai

Install

To install, run:

pip install fastxtend

Or to create an editable install:

git clone https://github.com/warner-benjamin/fastxtend.git
cd fastxtend
pip install -e ".[dev]"

Requirements

fastxtend requires fastai to be installed. See http://docs.fast.ai/ for installation instructions.

To install with dependencies for vision, audio, or all tasks run one of:

pip install fastxtend[vision]

pip install fastxtend[audio]

pip install fastxtend[all]

Usage

Like fastai, fastxtend provides safe wildcard imports using python’s __all__.

from fastai.vision.all import *
from fastxtend.vision.all import *

In general, import fastxtend after all fastai imports, as fastxtend modifies or replaces fastai code.

Documentation

https://warner-benjamin.github.io/fastxtend/

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fastxtend-0.0.6.tar.gz (46.2 kB view hashes)

Uploaded Source

Built Distribution

fastxtend-0.0.6-py3-none-any.whl (56.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page