Skip to content

Commit 43c5064

Browse files
Update train_model.py
1 parent 8998925 commit 43c5064

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

train_model.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ def main():
133133
#model.summary()
134134

135135
# Plot the model architecture
136-
model_path = os.path.join("plots", "model.pdf")
137-
plot_model(model, to_file=model_path, show_shapes=True)
136+
#model_path = os.path.join("plots", "model.pdf")
137+
#plot_model(model, to_file=model_path, show_shapes=True)
138138

139139
# Traing the model
140140
# Stop training when a monitored quantity has stopped improving after certain epochs

0 commit comments

Comments
 (0)