Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 1.98 KB

README.rst

File metadata and controls

52 lines (32 loc) · 1.98 KB

aucurriculum — A Curriculum Learning Toolkit for Deep Learning Tasks built on top of autrainer

aucurriculum

aucurriculum PyPI Version aucurriculum Python Versions aucurriculum GitHub License

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 :ref:`contribution guide <contributing>`.

Next Steps

To get started using aucurriculum, the :ref:`quickstart guide <quickstart>` outlines the creation of a simple training configuration and :ref:`tutorials` provide examples for implementing custom scoring and pacing functions including their configurations.

For a complete list of available CLI commands, refer to the :ref:`CLI reference <cli_reference>` or the :ref:`CLI wrapper <cli_wrapper>`.