Skip to content
Snippets Groups Projects
Commit 7ea994c5 authored by Hoop77's avatar Hoop77
Browse files

-

parent ba97e542
No related merge requests found
......@@ -64,6 +64,8 @@ images = [
]
model = load_model("G:/car/models/model-050.h5")
print(model.summary())
exit()
fig, axes = plt.subplots(int(len(images) / 3), 3)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment