We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8998925 commit 43c5064Copy full SHA for 43c5064
1 file changed
train_model.py
@@ -133,8 +133,8 @@ def main():
133
#model.summary()
134
135
# Plot the model architecture
136
- model_path = os.path.join("plots", "model.pdf")
137
- plot_model(model, to_file=model_path, show_shapes=True)
+ #model_path = os.path.join("plots", "model.pdf")
+ #plot_model(model, to_file=model_path, show_shapes=True)
138
139
# Traing the model
140
# Stop training when a monitored quantity has stopped improving after certain epochs
0 commit comments