From 188db9fcbbb6d8f50b9db7e73abcc6b47671a2cc Mon Sep 17 00:00:00 2001 From: ml server Date: Thu, 16 Jan 2020 19:47:52 -0700 Subject: [PATCH] typo in py not used anymore --- wut-ml-load | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wut-ml-load b/wut-ml-load index d186de2..6bed01c 100755 --- a/wut-ml-load +++ b/wut-ml-load @@ -30,7 +30,7 @@ from tensorflow.python.keras.models import load_model from tensorflow.python.keras.preprocessing.image import load_img from tensorflow.python.keras.preprocessing.image import img_to_array -model = load_model('date/wut.h5') +model = load_model('data/wut.h5') img_width=256 img_height=256 model = Sequential()