change model path
This commit is contained in:
parent
1a5cb15aec
commit
5b60cbd4e7
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user