We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@xxradon layer { name: "ave_pool1" type: "Pooling" bottom: "relu_blob17" top: "ave_pool_blob1" pooling_param { pool: AVE kernel_size: 7 stride: 1 } } layer { name: "view1" type: "Reshape" bottom: "ave_pool_blob1" top: "view_blob1" reshape_param { shape { dim: 0 dim: -1 } } } layer { name: "fc1" type: "InnerProduct" bottom: "view_blob1" top: "fc_blob1" inner_product_param { num_output: 2 bias_term: false weight_filler { type: "xavier" } } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
@xxradon
layer {
name: "ave_pool1"
type: "Pooling"
bottom: "relu_blob17"
top: "ave_pool_blob1"
pooling_param {
pool: AVE
kernel_size: 7
stride: 1
}
}
layer {
name: "view1"
type: "Reshape"
bottom: "ave_pool_blob1"
top: "view_blob1"
reshape_param {
shape {
dim: 0
dim: -1
}
}
}
layer {
name: "fc1"
type: "InnerProduct"
bottom: "view_blob1"
top: "fc_blob1"
inner_product_param {
num_output: 2
bias_term: false
weight_filler {
type: "xavier"
}
}
}
The text was updated successfully, but these errors were encountered: