Skip to content

dengbaowang/CLL_POCR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLL_POCR

This is the implementation of our IJCAI'21 paper (Learning from Complementary Labels via Partial-Output Regularization Consistency).

Requirements: Python 3.6, numpy 1.19, Pytorch 1.5, torchvision 0.6.

You need to:

  1. Download SVHN and CIFAR-10 datasets into './data/'.
  2. Run the following demos:
python main.py --dataset svhn --model lenet --data-dir ./data/svhn/
python main.py --dataset svhn --model preact --data-dir ./data/svhn/

python main.py --dataset cifar10 --model preact --data-dir ./data/cifar/
python main.py --dataset cifar10 --model widenet --data-dir ./data/cifar/

If you have any further questions, please feel free to send an e-mail to: wangdb@seu.edu.cn. Have fun!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages