Skip to content

Instantly share code, notes, and snippets.

View zhanglaplace's full-sized avatar
🎯
Focusing

zhangfeng13 zhanglaplace

🎯
Focusing
  • Baidu
  • BeiJing
View GitHub Profile
@zhanglaplace
zhanglaplace / gist:930555e871ad716e3820a28212184119
Created December 11, 2018 07:32
mobileNetV1_deploy.prototxt
name: "MOBILENET"
# transform_param {
# scale: 0.017
# mirror: false
# crop_size: 224
# mean_value: [103.94,116.78,123.68]
# }
input: "data"
input_dim: 1
input_dim: 3
@zhanglaplace
zhanglaplace / gist:8856be8e748ba019aa76702522b5a549
Last active December 11, 2018 07:36
mobileNetV2_deploy.prototxt
input: "data"
input_dim: 1
input_dim: 3
input_dim: 224
input_dim: 224
layer {
name: "conv1"
type: "Convolution"
bottom: "data"
top: "conv1"