Skip to main content

Version 2 of the fastai library

Project description

Welcome to fastai v2

NB: This is still in early development. Use v1 unless you want to contribute to the next version of fastai

CI-Badge PyPI Conda (channel only) Build fastai2 images

To learn more about the library, read our introduction in the paper presenting it.

Note that the docs are in a submodule, so to clone with docs included, you should use:

 git clone --recurse-submodules https://github.com/fastai/fastai2

If you're using a fork of fastai2, you'll need to fork the fastai-docs repo as well.

Installing

You can get all the necessary dependencies by simply installing fastai v1: conda install -c fastai -c pytorch fastai. Or alternatively you can automatically install the dependencies into a new environment:

conda env create -f environment.yml
source activate fastai2

Then, you can install fastai v2 with pip: pip install fastai2.

Or you can use an editable install (which is probably the best approach at the moment, since fastai v2 is under heavy development):

git clone --recurse-submodules https://github.com/fastai/fastai2
cd fastai2
pip install -e ".[dev]"

You should also use an editable install of fastcore to go with it.

If you want to browse the notebooks and build the library from them you will need nbdev, which you can install with conda or pip.

To use fastai2.medical.imaging you'll also need to:

conda install pyarrow
pip install pydicom kornia opencv-python scikit-image

Tests

To run the tests in parallel, launch:

nbdev_test_nbs

or

make test

For all the tests to pass, you'll need to install the following optional dependencies:

pip install "sentencepiece<0.1.90" wandb tensorboard albumentations pydicom opencv-python scikit-image pyarrow kornia

Contributing

After you clone this repository, please run nbdev_install_git_hooks in your terminal. This sets up git hooks, which clean up the notebooks to remove the extraneous stuff stored in the notebooks (e.g. which cells you ran) which causes unnecessary merge conflicts.

Before submitting a PR, check that the local library and notebooks match. The script nbdev_diff_nbs can let you know if there is a difference between the local library and the notebooks.

  • If you made a change to the notebooks in one of the exported cells, you can export it to the library with nbdev_build_lib or make fastai2.
  • If you made a change to the library, you can export it back to the notebooks with nbdev_update_lib.

Docker Containers

For those interested in offical docker containers for this project, they can be found here.

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

fastai2-0.0.27.tar.gz (151.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

fastai2-0.0.27-py3-none-any.whl (179.4 kB view details)

Uploaded Python 3

File details

Details for the file fastai2-0.0.27.tar.gz.

File metadata

  • Download URL: fastai2-0.0.27.tar.gz
  • Upload date:
  • Size: 151.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.3.1.post20200810 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.7

File hashes

Hashes for fastai2-0.0.27.tar.gz
Algorithm Hash digest
SHA256 f5bd416878fa0e8ab5fe181e3d4ce6f68534bcb21ddc26ffed124fe7d6d9c3b0
MD5 8a10c8bc166d5b8ceee7136578f0d0ea
BLAKE2b-256 c7fea6bb1e24e87c610cb5536541485fcac6b9d141f91b20d5dfc2a1f0d712ae

See more details on using hashes here.

File details

Details for the file fastai2-0.0.27-py3-none-any.whl.

File metadata

  • Download URL: fastai2-0.0.27-py3-none-any.whl
  • Upload date:
  • Size: 179.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.3.1.post20200810 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.7

File hashes

Hashes for fastai2-0.0.27-py3-none-any.whl
Algorithm Hash digest
SHA256 e8328b03f404e85fed69f71a70859e74297c9e282e7b5a99751b8aa21168bc7f
MD5 727797bbc1d6cd8084e52c74d554dd45
BLAKE2b-256 f2418fc5ede911ff1da7f5cd31a8aa73f986db96fb5ad10aca5c6e25d7b78568

See more details on using hashes here.

Supported by

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