├── README.md ├── bn_layer.cpp ├── bn_layer.cu ├── caffe.proto ├── common_layers.hpp ├── layer_factory.cpp ├── lenet_BN_sgd.log ├── lenet_BN_sgd_solver.prototxt └── lenet_BN_train_valid.prototxt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChenglongChen/batch_normalization/HEAD/README.md -------------------------------------------------------------------------------- /bn_layer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChenglongChen/batch_normalization/HEAD/bn_layer.cpp -------------------------------------------------------------------------------- /bn_layer.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChenglongChen/batch_normalization/HEAD/bn_layer.cu -------------------------------------------------------------------------------- /caffe.proto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChenglongChen/batch_normalization/HEAD/caffe.proto -------------------------------------------------------------------------------- /common_layers.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChenglongChen/batch_normalization/HEAD/common_layers.hpp -------------------------------------------------------------------------------- /layer_factory.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChenglongChen/batch_normalization/HEAD/layer_factory.cpp -------------------------------------------------------------------------------- /lenet_BN_sgd.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChenglongChen/batch_normalization/HEAD/lenet_BN_sgd.log -------------------------------------------------------------------------------- /lenet_BN_sgd_solver.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChenglongChen/batch_normalization/HEAD/lenet_BN_sgd_solver.prototxt -------------------------------------------------------------------------------- /lenet_BN_train_valid.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChenglongChen/batch_normalization/HEAD/lenet_BN_train_valid.prototxt --------------------------------------------------------------------------------