textgenrnn icon indicating copy to clipboard operation
textgenrnn copied to clipboard

Easily train your own text-generating neural network of any size and complexity on any text dataset with a few lines of code.

Results 109 textgenrnn issues
Sort by recently updated
recently updated
newest added

Whenever I try to import textgenrnn, it gives me that error. I've tested it on colab, and it works fine there when I set it to tensorflow 1.x but throws...

it worked fine when i used cpu, but ever since i got GPU working, it floods the commandline with progressbars for every single generated character. ![image](https://user-images.githubusercontent.com/29938499/174448325-33867264-7925-4e20-9ad1-9924a22032e5.png) my friend is running...

https://github.com/minimaxir/aitextgen

500 - 600 Kb file size is a size amount for training 150 epochs is a good amount for training. 2 epochs is good amount for generating.

Hi there When I train textgenrnn on a text file it seems to progress fairly slowly (28ms/step), with high CPU usage (>40%), and low GPU usage (c.10%). As I've got...

Hello, thank you so much for this awesome project. What settings do you suggest so by using those settings it seems like a story is continuing based on the previous...

Generating text is very slow 0%| | 0/5 [00:00

I've been loving this utility and have been amused with the results so far. Something strange that I've been noticing though; I've given it various texts and it seems like...

I'm using an example from notebook: `texts = ['Never gonna give you up, never gonna let you down', 'Never gonna run around and desert you', 'Never gonna make you cry,...