tf.keras recurrent Layers: Fix doc strings on default activations
* The default activation for input is `tanh`, not `linear`, as the previous doc string might mislead readers to think. * Also clarify that the default activation for recurrent is `hard_sigmoid`. PiperOrigin-RevId: 182804493
Loading
Please sign in to comment