tf.keras.utils.get_file...
Opened this issue · 1 comments
weitzelleila commented
tf.keras.utils.get_file... ot working any more
AntoineBD commented
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