change model path
Some checks failed
s444417-training/pipeline/head This commit looks good
s444417-evaluation/pipeline/head There was a failure building this commit

This commit is contained in:
s444417 2022-05-04 16:52:10 +02:00
parent 1a5cb15aec
commit 5b60cbd4e7

View File

@ -62,7 +62,7 @@ house_price_features = np.array(house_price_features)
# model keras.Sequential
# one output tensor
modelPath = 'saved_model/MyModel_tf'
modelPath = 'MyModel_tf'
try:
linear_model = tf.keras.models.load_model(modelPath)
print("open existing model")