├── README.md ├── solver.prototxt ├── train.sh ├── train_test_BCBN_C10plus.prototxt ├── train_test_BCBN_C10plusNoBias.prototxt ├── train_test_BCBN_C10plusWithBias.prototxt ├── train_test_BCBN_Maximal.prototxt ├── train_test_BCBN_fastk24L250.prototxt ├── train_test_BC_C10plus.prototxt ├── train_test_BC_C10ultra.prototxt ├── train_test_C10Dual.prototxt ├── train_test_densenet.prototxt └── train_test_densenetNoDropout.prototxt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tongcheng/DN_CaffeScript/HEAD/README.md -------------------------------------------------------------------------------- /solver.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tongcheng/DN_CaffeScript/HEAD/solver.prototxt -------------------------------------------------------------------------------- /train.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tongcheng/DN_CaffeScript/HEAD/train.sh -------------------------------------------------------------------------------- /train_test_BCBN_C10plus.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tongcheng/DN_CaffeScript/HEAD/train_test_BCBN_C10plus.prototxt -------------------------------------------------------------------------------- /train_test_BCBN_C10plusNoBias.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tongcheng/DN_CaffeScript/HEAD/train_test_BCBN_C10plusNoBias.prototxt -------------------------------------------------------------------------------- /train_test_BCBN_C10plusWithBias.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tongcheng/DN_CaffeScript/HEAD/train_test_BCBN_C10plusWithBias.prototxt -------------------------------------------------------------------------------- /train_test_BCBN_Maximal.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tongcheng/DN_CaffeScript/HEAD/train_test_BCBN_Maximal.prototxt -------------------------------------------------------------------------------- /train_test_BCBN_fastk24L250.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tongcheng/DN_CaffeScript/HEAD/train_test_BCBN_fastk24L250.prototxt -------------------------------------------------------------------------------- /train_test_BC_C10plus.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tongcheng/DN_CaffeScript/HEAD/train_test_BC_C10plus.prototxt -------------------------------------------------------------------------------- /train_test_BC_C10ultra.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tongcheng/DN_CaffeScript/HEAD/train_test_BC_C10ultra.prototxt -------------------------------------------------------------------------------- /train_test_C10Dual.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tongcheng/DN_CaffeScript/HEAD/train_test_C10Dual.prototxt -------------------------------------------------------------------------------- /train_test_densenet.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tongcheng/DN_CaffeScript/HEAD/train_test_densenet.prototxt -------------------------------------------------------------------------------- /train_test_densenetNoDropout.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tongcheng/DN_CaffeScript/HEAD/train_test_densenetNoDropout.prototxt --------------------------------------------------------------------------------