Skip to content

fpingham/fastai_v1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

390 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

fastai

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.

Current Status

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

Install

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

About

Initial dev of v1 of fastai

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 82.4%
  • Python 17.6%