Welcome to our Support Center

merge_mode

merge_mode : enum, mode by which outputs of the forward and backward RNNs will be combined.
Default value “concat”.

  • sum : Add the tables
  • mul : Multiply the tables
  • concat : Concatenate the tables
  • ave : Averages the tables

This parameter is used in add_to_graph and define VIs of Bidirectional layer.

Table of Contents