You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe you can look at the 45th line of cell.py.y = Activation(self.activation)(W2(h)). h is the lstm cell output. Then it goes through a dense layer W2. So you can set activation function for W2.
No description provided.
The text was updated successfully, but these errors were encountered: