huangleiBuaa / CenteredWN

This project is the Torch implementation of our ICCV 2017 paper: Centered Weight Normalization in Accelerating Training of Deep Neural Networks
BSD 2-Clause "Simplified" License
21 stars 5 forks source link

Centered Weight Normalization

This project is the Torch implementation of the paper: Centered Weight Normalization in Accelerating Training of Deep Neural Networks ( ICCV 2017).

Requirements and Dependency

Experiments in the paper

1. MLP architecture over SVHN dataset

Note that this script is based on the Torch script for SVHN

2. VGG-A architecture over Cifar-10 dataset

3. GoogLeNet architecture over Cifar datasets

4. Residual network architecture over Cifar datasets

5. GoogLeNet over ImageNet

This experiment is based on the project at: https://github.com/soumith/imagenet-multiGPU.torch.
The proposed model are in: './models/imagenet/'

Contact

huanglei@nlsde.buaa.edu.cn, Any discussions and suggestions are welcome!