Skip to content

ND Deconvolution #5056

@henzler

Description

@henzler

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions