This commit is contained in:
Dobromir Popov
2025-03-18 09:23:09 +02:00
commit 3871afd4b8
100 changed files with 55180 additions and 0 deletions

12
test_save.log Normal file
View File

@ -0,0 +1,12 @@
2025-03-17 23:32:41,968 - INFO - Testing regular save method...
2025-03-17 23:32:41,970 - INFO - Model saved to test_models\regular_save.pt
2025-03-17 23:32:41,970 - INFO - Regular save succeeded
2025-03-17 23:32:41,971 - INFO - Testing robust save method...
2025-03-17 23:32:41,971 - INFO - Saving model to test_models\robust_save.pt.backup (attempt 1)
2025-03-17 23:32:41,971 - INFO - Successfully saved to test_models\robust_save.pt.backup
2025-03-17 23:32:41,983 - INFO - Copied backup to test_models\robust_save.pt
2025-03-17 23:32:41,983 - INFO - Robust save succeeded!
2025-03-17 23:32:41,983 - INFO - Files created:
2025-03-17 23:32:41,985 - INFO - - regular_save.pt (17794 bytes)
2025-03-17 23:32:41,985 - INFO - - robust_save.pt (17826 bytes)
2025-03-17 23:32:41,985 - INFO - - robust_save.pt.backup (17826 bytes)