├── .gitignore ├── README.md ├── digits └── train_val.prototxt ├── googlenet_inception_v3.png ├── solver.prototxt └── train_val.prototxt /.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smichalowski/google_inception_v3_for_caffe/HEAD/README.md -------------------------------------------------------------------------------- /digits/train_val.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smichalowski/google_inception_v3_for_caffe/HEAD/digits/train_val.prototxt -------------------------------------------------------------------------------- /googlenet_inception_v3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smichalowski/google_inception_v3_for_caffe/HEAD/googlenet_inception_v3.png -------------------------------------------------------------------------------- /solver.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smichalowski/google_inception_v3_for_caffe/HEAD/solver.prototxt -------------------------------------------------------------------------------- /train_val.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smichalowski/google_inception_v3_for_caffe/HEAD/train_val.prototxt --------------------------------------------------------------------------------