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

Everytime I run I get a random line from my dataset text No unique lines are being generated why is that?

I'm running into the following error while running `from textgenrnn import textgenrnn`: ImportError: cannot import name 'multi_gpu_model' from 'tensorflow.keras.utils' (/usr/local/lib/python3.9/site-packages/keras/api/_v2/keras/utils/__init__.py) macOS: montery 12.0.1 keras: 2.9.0 textgenrnn: 2.0.0 python: 3.9.9

the notebook has a lot of errors, you should test it. most of the errors are solvable, but require computer understanding not everyone has(errors include outdated tensor flow, the GitHub...

I literally tried without changing ANYTHING, even renamed my txt file "tinyshakespeareplays" BUT I STILL GET THIS ERROR! --------------------------------------------------------------------------- UnknownError Traceback (most recent call last) [](https://localhost:8080/#) in () 18 max_length=model_cfg['max_length'],...

Hello Experts I tried to modify this for a small assignment I have but could not figure out. I can pay if someone expert can guide me through the process....

Whenever I run a trained model, specifically one trained using the "largetext" augment, and generate with it using a prefix added in, it completely ignores the prefix and just goes...

I couldn't get the Google Collab to work, so I downloaded the model with pip and am using a Jupyter Notebook. Whenever I try to generate text, just about 0-15...

Hey, Nice work!! I just have one query. I am working on character-level text generation with data as novels. In Novels, there are character names, which occur too many times,...

i dont know how to do it why is there no tutorial

train_on_texts gets stuck before starting epochs ![image](https://user-images.githubusercontent.com/30018684/151703456-98a7b291-fce5-40bc-8429-301be2cdecb1.png)