Skip to content

wo16pao/PR-SKD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PR-SKD

This repo is the implementation of the paper Enhancing deep feature representation in self-knowledge distillation via pyramid feature refinement

Requirements

  • Python3
  • Pytorch (>1.4.0)
  • torchvision
  • numpy

Classification Training

In this code, you can reproduce the experiment results of classification task in the paper. The datasets are all open-sourced, so it is easy to download. Example training settings are for ResNet18 on CIFAR-100. Detailed hyperparameter settings are enumerated in the paper.

  • Training with PR-SKD
python train.py --data_dir PATH_TO_DATASET \
--data CIFAR100 --batch_size 256 --alpha 3 --beta 100 \

About

This repo is the implementation of paper "Enhancing deep feature representation in self-knowledge distillation via pyramid feature refinement"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages