refactor: Use AdamW optimizer and increase early stopping patience

This commit is contained in:
2025-10-17 10:31:12 +08:00
parent cb7575a229
commit 02d84a7eca
2 changed files with 7 additions and 3 deletions

4
requirements.txt Normal file
View File

@@ -0,0 +1,4 @@
torch
numpy
tqdm
matplotlib