vijayk2000 / fastai_v1

Initial dev of v1 of fastai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Apache License 2.0


Languages

Language:Jupyter Notebook 83.7%Language:Python 16.3%