Skip to content

Commit

Permalink
update optimizer path
Browse files Browse the repository at this point in the history
  • Loading branch information
mikivee committed Nov 7, 2024
1 parent 322a26a commit 734e5f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/surrogate_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ def conv_batchnorm_relu(

final_model.compile(
loss=masked_mae,
optimizer="adam",
optimizer=tf.keras.optimizers.Adam()
# metrics=[mape],
)
return final_model
Expand Down

0 comments on commit 734e5f6

Please sign in to comment.