camenduru's picture
thanks to show ❤
3bbb319
metadata
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 %}