Open minimaxir opened 6 years ago
Tested it today. It'll probably have to wait until after the TensorFlow 2.0 merge because TPUs do not play nice with Keras's functional API. (not to mention I'm not 100% it'll run better since the current CuDNNLSTMs
are pretty damn good.)
Although TPUs are way overkill on a model of textgenrnn's size, Colaboratory offers to train using them for free, so support might be good.
It should just be a simple flag addition.