This commit is contained in:
leca 2025-06-26 21:04:05 +03:00
parent 28d1edb830
commit 2072b012af
2 changed files with 4 additions and 4 deletions

View File

@ -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()
# main()
model = keras.saving.load_model("test.keras")
model.summary()

0
test.py Normal file
View File