akshaybahadur21/QuickDraw

tensorflow

saikumarvaddepally15 opened this issue · 1 comments

Can u tell us vch version of tensorflow is used in this project? when i try to run this im getting an error this version is not suitable!

keras became a part of tensorflow. so:
from keras.models import load_model
change to:
from tensorflow.keras.models import load_model

and so on