From 2072b012afa6c2bdbfc2815cd08275e2071194ba Mon Sep 17 00:00:00 2001 From: leca Date: Thu, 26 Jun 2025 21:04:05 +0300 Subject: [PATCH] fix --- src/__main__.py | 8 ++++---- test.py | 0 2 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 test.py diff --git a/src/__main__.py b/src/__main__.py index 6d34e26..84f048e 100644 --- a/src/__main__.py +++ b/src/__main__.py @@ -76,9 +76,7 @@ def main(): epochs=config.EPOCHS, # steps_per_epoch=math.ceil(len(train_dataset) / config.BATCH_SIZE), callbacks = [early_stopping], - )s=2 - f=9 - s+f + ) # plt.plot(history.history['loss']) @@ -117,4 +115,6 @@ def main(): model.save("captcha_solver.keras") if __name__ == "__main__": - main() \ No newline at end of file + # main() + model = keras.saving.load_model("test.keras") + model.summary() \ No newline at end of file diff --git a/test.py b/test.py new file mode 100644 index 0000000..e69de29