-
Notifications
You must be signed in to change notification settings - Fork 18.5k
ND Deconvolution #5056
Copy link
Copy link
Open
Description
I have a Deconvolution - layer but it does not support a 5D blob.
layer {
name: "deconv"
type: "Deconvolution"
bottom: "..."
top: "..."
convolution_param {
engine: CAFFE
kernel_size: 4
stride: 2
pad: 1
num_output: 64
group: 64
weight_filler {
type: "bilinear"
}
bias_term: false
}
param {
lr_mult: 0
decay_mult: 0
}
}
Check failed: blob->num_axes() == 4 (5 vs. 4) Blob must be 4 dim.
Is it supported anywhere? Or how can I achieve it? If it omit weight_filler it works!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels