Table of Content
The Orca solution contains three distinct modules:
OrcaLib is available on PyPI at **https://pypi.org/project/orcalib/**. To install OrcaLib, run the following command:
pip install orcalib
After installing OrcaLib in your Python environment, you’ll need to import it in your scripts. We recommend importing with the alias orca
. Inside OrcaLib, you’ll find global settings, tools for managing data, and the classes you need to memory augment your pytorch
models — or build new ones.
import orcalib as orca