person-re-ranking/caffe/docs/tutorial/layers/concat.md

1.5 KiB

title
Concat Layer

Concat Layer

The Concat layer is a utility layer that concatenates its multiple input blobs to one single output blob.

Parameters

  • Parameters (ConcatParameter concat_param)
    • Optional
      • axis [default 1]: 0 for concatenation along num and 1 for channels.
  • From ./src/caffe/proto/caffe.proto):

{% highlight Protobuf %} {% include proto/ConcatParameter.txt %} {% endhighlight %}