The fast.ai deep learning library, lessons, and tutorials.
Copyright 2017 onwards, Jeremy Howard. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. A copy of the License is provided in the LICENSE file in this repository.
This is a group-up rewrite of fastai. At this stage nothing is functional. If you're interested in contributing, join the discussion at: http://forums.fast.ai/c/fastai-dev
To use the notebooks or the first modules in the fastai directory you will need:
- to use python 3.7 or python 3.6 with dataclasses: pip install dataclasses
- to use the master branch of pytorch master
- to install fast_progress: pip install fast_progress