Skip to content

Implementations of different loss-correction techniques to help deep models learn under class-conditional label noise.

Notifications You must be signed in to change notification settings

alexmirrington/class-conditional-label-noise

Repository files navigation

Learning Under Class-conditional Label Noise

Visualise using Weights & Biases Code style check Code style: black


Prerequisites

python >= 3.8

Getting Started

Make sure to install all python requirements like so:

pip install -r requirements.txt

Additional configuration

To view additional command line arguments that are not mentioned here, you can use the help command as follows:

python code/algorithm/main.py --help

Contributing

If you are making changes to the code base, make sure to install the pre-commit hook for the project to enable automatic code formatting and linting.

Releases

No releases published

Packages

No packages published

Languages