Skip to content

Instantly share code, notes, and snippets.

@Noiredd
Created June 27, 2017 13:59
Show Gist options
  • Save Noiredd/e03acca43251b3eba2ae42421fa856b1 to your computer and use it in GitHub Desktop.
Save Noiredd/e03acca43251b3eba2ae42421fa856b1 to your computer and use it in GitHub Desktop.
additional example for #5173
input: "data"
input_shape {
dim: 1
dim: 1
dim: 2
dim: 4
}
layer {
name: "x2"
type: "Deconvolution"
bottom: "data"
top: "x2"
convolution_param {
num_output: 1
bias_term: false
kernel_size: 3
stride: 2
pad: 1
weight_filler {
type: "bilinear"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment