/fastinference_pytorch

A PyTorch only inference wrapper for fastai

Primary LanguageJupyter NotebookApache License 2.0Apache-2.0

fastinference-pytorch

A PyTorch-only version of fastai.

To use this library you must export your Learner using fastinference. It utilizes the fastcore sub-library for some pieces, it is an extremely lightweight library only requiring NumPy and dataclasses

Install

pip install fastinference_pytorch

Notice:

This project (along with _onnx) is on hold at the moment, pending important updates from fastai