Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 771 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 771 Bytes

Detecting Corrupted Labels Without Training a Model to Predict

[Update 5/17/2023] SimiFeat is a module of Docta now!

  • A doctor for your data
  • An advanced data-centric AI platform that offers a comprehensive range of services aimed at detecting and rectifying issues in your data.

This code is a PyTorch implementation of the paper: Detecting Corrupted Labels Without Training a Model to Predict

Prerequisites

Python 3.6.9

PyTorch 1.7.1

Torchvision 0.8.2

Full list in ./requirements.txt

Datasets will be downloaded to ./data/.

Run HOC + Vote Based and Rank Based method

On CIFAR-10 .

sh ./test_c10_instance.sh  

On CIFAR-100

sh ./test_c100_instance.sh