minimaxir / textgenrnn

Easily train your own text-generating neural network of any size and complexity on any text dataset with a few lines of code.
Other
4.95k stars 751 forks source link

train_on_texts gets stuck #252

Open TheRedPandaDev opened 2 years ago

TheRedPandaDev commented 2 years ago

train_on_texts gets stuck before starting epochs image

TheRedPandaDev commented 2 years ago

Error occurs only when using my own trained model

TheRedPandaDev commented 2 years ago

It gets stuck on the while True loop in the model_training.py file