Concatenate

class baikal.steps.Concatenate(axis=-1, name=None)

Bases: baikal._core.step.Step

Step for concatenating arrays.

Parameters
  • axis – The axis of concatenation (default is -1, the last axis).

  • name – Name of the step (optional). If no name is passed, a name will be automatically generated.