merging to change repository base

This commit is contained in:
Lucas Oskorep
2022-06-07 19:33:40 -04:00
parent 01703639ac
commit f70690efa8
5 changed files with 5 additions and 4 deletions
-2
View File
@@ -34,9 +34,7 @@ single_gen = ImageDataGenerator().flow_from_directory(
for file in glob("./models/keras/*.hdf5"):
print(file)
print(metrics_df["model"])
if file in metrics_df.values:
continue
model = load_model(file)