fastai-amalgam · PyPI
https://pypi.org/project/fastai-amalgam28.12.2020 · fastai-amalgam · PyPI fastai-amalgam 0.0.26 Project description FastAI2 Extensions This library is a collection of utility functions for a variety of purposes that fit right into the fastai2 ecosystem. It's broadly divided into 3 modules -- interpret , augment , and inference . Install pip install fastai2_extensions Interpretation
fastai - PyPI
https://pypi.org/project/fastaifastai is a deep learning library which provides practitioners with high-level components that can quickly and easily provide state-of-the-art results in standard deep learning domains, and provides researchers with low-level components that can be mixed and matched to build new approaches. It aims to do both things …
fastai-minima - PyPI
https://pypi.org/project/fastai-minima26.07.2021 · fastai_minima. A mimal version of fastai with the barebones needed to work with Pytorch. #all_slow Install. pip install fastai_minima. How to use. This library is designed to bring in only the minimal needed from fastai to work with raw Pytorch. This includes: Learner; Callbacks; Optimizer; DataLoaders (but not the DataBlock) Metrics
neptune-fastai · PyPI
https://pypi.org/project/neptune-fastai07.07.2021 · Search PyPI Search. neptune-fastai 0.10.1 pip install neptune-fastai Copy PIP instructions. Latest version. Released: Jul 7, 2021 Neptune.ai fast.ai integration library. Navigation. Project description Release history Download files Project ...
fastai-ulmfit · PyPI
https://pypi.org/project/fastai-ulmfit14.08.2021 · 1. Prepare Wikipedia-dump for pretraining. ULMFiT can be peretrained on relativly small datasets - 100 million tokens are sufficient to get state-of-the art classification results (compared to Transformer models as BERT, which need huge amounts of training data). The easiest way is to pretrain a language model on Wikipedia.
fastai-minima - PyPI
pypi.org › project › fastai-minimaJul 26, 2021 · fastai_minima. A mimal version of fastai with the barebones needed to work with Pytorch. #all_slow Install. pip install fastai_minima. How to use. This library is designed to bring in only the minimal needed from fastai to work with raw Pytorch. This includes: Learner; Callbacks; Optimizer; DataLoaders (but not the DataBlock) Metrics
fastai-amalgam · PyPI
pypi.org › project › fastai-amalgamDec 28, 2020 · fastai-amalgam · PyPI fastai-amalgam 0.0.26 Project description FastAI2 Extensions This library is a collection of utility functions for a variety of purposes that fit right into the fastai2 ecosystem. It's broadly divided into 3 modules -- interpret , augment , and inference . Install pip install fastai2_extensions Interpretation
fastai - PyPI
pypi.org › project › fastaiTo install with pip, use: pip install fastai. If you install with pip, you should install PyTorch first by following the PyTorch installation instructions. If you plan to develop fastai yourself, or want to be on the cutting edge, you can use an editable install (if you do this, you should also use an editable install of fastcore to go with it.)