Skip to content

xichenye0930/OGC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Optimized Gradient Clipping for Noisy Label Learning

Code for paper Optimized Gradient Clipping for Noisy Label Learning

Requirements

python >= 3.10
pytorch >= 2.3
scikit-learn >= 1.4.0
tensorboard

How to use

Modifiy the following path

  • CIFAR-10 and CIFAR-10PDN
--train_dataset_params \
   root /path/to/dataset/cifar10 \
--eval_dataset_params \
    root /path/to/dataset/cifar10 \
  • CIFAR-10PDN
--train_dataset_params \
    root /path/to/dataset/cifar10 \
    noise_file_path /path/to/cifar10n/CIFAR-10_human.pt \
--eval_dataset_params \
    root /path/to/dataset/cifar10 \

Run the script

bash ./script/cifar10/agc_ce.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors