keras-text-generation icon indicating copy to clipboard operation
keras-text-generation copied to clipboard

RNN text generation using Keras for word and character level models.

Results 3 keras-text-generation issues
Sort by recently updated
recently updated
newest added

Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.0.3 to 2.11.1. Release notes Sourced from tensorflow's releases. TensorFlow 2.11.1 Release 2.11.1 Note: TensorFlow 2.10 was the last TensorFlow release that supported GPU on native-Windows. Starting...

dependencies

I'm getting the following error just from trying to run train.py `Traceback (most recent call last): File "train.py", line 42, in main() File "train.py", line 37, in main model.train(**vars(args)) File...