nlptown/nlp-notebooks

tf.keras.utils.get_file...

Opened this issue · 1 comments

tf.keras.utils.get_file... ot working any more

Hi weitzelleila,

Try to install keras with the command line like this : pip install keras

Then, add in the script :
import keras
and change "tf.keras.utils.get_file(...)" to "keras.utils.get_file(...)".

It works for me