Skip to content

haofusheng/fix_your_classifier

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Fix Your Classifier

PyTorch implementation of the fixed classifier described in "Fix your classifier: the marginal value of training the last weight layer" (ICLR-2018) by Elad Hoffer, Itay Hubara and Daniel Soudry.

This repository holds both random orthogonal classifier, and Hadamard classifier. They can be used to replace any nn.Linear module normally used for classification.

@inproceedings{
hoffer2018fix,
title={Fix your classifier: the marginal value of training the last weight layer},
author={Elad Hoffer and Itay Hubara and Daniel Soudry},
booktitle={International Conference on Learning Representations},
year={2018},
url={https://openreview.net/forum?id=S1Dh8Tg0-},
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%