textgenrnn
textgenrnn copied to clipboard
Keras 2.3.0 potential sigmoid breaking change
https://github.com/keras-team/keras/releases/tag/2.3.0
Change default recurrent activation to sigmoid (from hard_sigmoid) in all RNN layers.
This shouldn't affect textgenrnn because I was accidentally ahead of the curve and made the sigmoid function the default for LSTMs when I did the revamp. (because the CuDNNRNN layers required it).
But I'll keep an eye on it.