text_predictor icon indicating copy to clipboard operation
text_predictor copied to clipboard

Char-level RNN LSTM text generator📄.

Results 5 text_predictor issues
Sort by recently updated
recently updated
newest added

im new to python. From what i gathered, Tensorflow only runs on Python3 but i always get this syntax error about missing parentheses because im running it in Python3 instead...

The network performance is far better with lowercase characters only, it finds patterns more clearly and the loss was about ~0.1 lower in my test with the lyrics of my...

I'm curious about hyper parameters like "learning rate" and "decay" but I do not know exactly what they do and how to optimize the values ​​to try to get better...

How can I serve this model using tensorflow serving ?