Skip to content
/ EWGS Public
forked from cvlab-yonsei/EWGS

An official implementation of "Network Quantization with Element-wise Gradient Scaling" (CVPR 2021) in PyTorch.

License

Notifications You must be signed in to change notification settings

Xxxgrey/EWGS

This branch is up to date with cvlab-yonsei/EWGS:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

56c654c · May 10, 2021

History

2 Commits
May 10, 2021
May 10, 2021
May 10, 2021
May 10, 2021
May 10, 2021

Repository files navigation

PyTorch implementation of EWGS

This is the implementation of the paper "Network Quantization with Element-wise Gradient Scaling".

For more information, checkout the project site [website] and the paper [PDF].

Requirements

  • Python >= 3.6
  • PyTorch >= 1.3.0

Datasets

  • CIFAR-10 (will be automatically downloaded when you run the code)
  • ImageNet (ILSVRC-2012) available at http://www.image-net.org

Code

Please refer to the run.sh files in the CIFAR10 and ImageNet folders.

Bibtex

@inproceedings{lee2021network,
  title={Network Quantization with Element-wise Gradient Scaling},
  author={Lee, Junghyup and Kim, Dohyung and Ham, Bumsub},
  booktitle={Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition},
  year={2021}
}

References

About

An official implementation of "Network Quantization with Element-wise Gradient Scaling" (CVPR 2021) in PyTorch.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 94.0%
  • Shell 6.0%