Skip to content
Prajjwal Bhargava edited this page Jun 26, 2020 · 9 revisions

Welcome to the fluence wiki!

Fluence is a Pytorch based deep learning library focussed on providing computationally efficient, low resource methods and algorithms. Although the main focus is to provide support with transformers, it can be extended with other architectures as well.

Currently, it provides support for the following:

Installation

For stable (recommended) version

pip3 install --user fluence

For development version

python3 setup install --user
Clone this wiki locally