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

Problem in Google Collab #250

Closed EnzoBustos closed 2 years ago

EnzoBustos commented 2 years ago

I´m trying to import this lib via pip, but when I try to use from textgenrnn import textgenrnn I get this error: ImportError: cannot import name 'multi_gpu_model' from 'tensorflow.keras.utils'

I´m using Tensorflow 2.1.0 conform was required.