Closed EnzoBustos closed 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'
from textgenrnn import textgenrnn
I´m using Tensorflow 2.1.0 conform was required.
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.