aucurriculum#
A Curriculum Learning Toolkit for Deep Learning Tasks built on top of autrainer.
Installation#
To install aucurriculum, first ensure that PyTorch (along with torchvision and torchaudio) version 2.0 or higher is installed. For installation instructions, refer to the PyTorch website.
It is recommended to install aucurriculum within a virtual environment. To create a new virtual environment, refer to the Python venv documentation.
Next, install aucurriculum using pip.
pip install aucurriculum
To install aucurriculum from source, refer to the contribution guide.
Next Steps#
To get started using aucurriculum, the quickstart guide outlines the creation of a simple training configuration and Tutorials provide examples for implementing custom scoring and pacing functions including their configurations.
For a complete list of available CLI commands, refer to the CLI reference or the CLI wrapper.