gogo2/test_save.log
Dobromir Popov 3871afd4b8 init
2025-03-18 09:23:09 +02:00

13 lines
830 B
Plaintext

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)