I am implementing a bidrectional LSTM in keras_tensorflow and it give me the Keyword argument error
self.lstm3 = Bidirectional(tf.keras.layers.LSTM(200, return_sequences=False,merge_mode=None,return_state=False))
raise TypeError(error_message, kwarg) TypeError: (‘Keyword argument not understood:’, ‘merge_mode’)