Skip to content

Commit

Permalink
64 + 0.4 סבלנות נמוכה
Browse files Browse the repository at this point in the history
  • Loading branch information
NHLOCAL committed Oct 22, 2024
1 parent db5561d commit 06d9b4b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions machine-learn/creating_model_git.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,13 @@ def main():
nlp.begin_training()

patience = 5
min_delta = 0.01
min_delta = 1
best_loss = float('inf')
patience_counter = 0
best_model_path = "/home/runner/work/Singles-Sorter/Singles-Sorter/machine-learn/best_model"
n_iter = 100
n_iter = 45
batch_size = 64
drop_size = 0.45
drop_size = 0.4
iteration_data = {}

logger.info("Starting training...")
Expand Down

0 comments on commit 06d9b4b

Please sign in to comment.