Created
June 27, 2017 13:59
-
-
Save Noiredd/e03acca43251b3eba2ae42421fa856b1 to your computer and use it in GitHub Desktop.
additional example for #5173
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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