Skip to content

jingzhengli/noisy_labels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Correct Twice at Once: Learning to Correct Noisy Labels for Robust Deep Learning

Introduction

This is a PyTorch implementation of ["Correct Twice at Once: Learning to Correct Noisy Labels for Robust Deep Learning"].

Requirements:

  • Python 3.7
  • PyTorch 1.8.0
  • torchvision 0.9.0

Train:

  • The code can be run on cifar10,cifar100, and Clothing1M datasets, where the datasets can be downloaded automatically.
    sh run.sh

Log:

  • We provided a training log of the dataset Clothing1M which could be used to visualize the training process through tensorboard for reference. The log file can be found at: https://mega.nz/folder/58dFFahZ#cCR-HsLBlzbHQ6L7ztXCXQ.

  • Place the log file in logs/, and then execute the command.

    tensorboard --logdir=/logs/ --host= `host address`

Note: Our code will be further improved to make it cleaner.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published