zhunzhong07 ca27f37dd8 add
2017-03-22 18:48:01 +08:00

1.5 KiB

title
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 %}