Can't continue from last backup. What to do? #937
Replies: 3 comments
-
|
I get the same when I forget to increase the number of epochs after the previous run finished and I want to continue. |
Beta Was this translation helpful? Give feedback.
-
Without providing your original training settings and new ones we cant say for certain but Miasik is right. If (hypothetical) training finished and you resume from backup and adjust nothing then its correct and intended behaviour to do nothing. |
Beta Was this translation helpful? Give feedback.
-
|
I noticed you pointed the workspace to: I got my backup to successfully continue by pointing the directory to the original workspace (i.e., for your situation: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
It just stop.
Continuing training from backup 'F:/OneTrainer/workspace2\backup\2025-08-02_09-08-13-backup-5600-100-0'...
F:\OneTrainer\venv\Lib\site-packages\tensorboard\default.py:30: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
import pkg_resources
TensorFlow installation not found - running with reduced feature set.
Fetching 17 files: 100%|███████████████████████████████████████████████████████████████████████| 17/17 [00:00<?, ?it/s]
Loading pipeline components...: 71%|█████████████████████████████████████▏ | 5/7 [00:00<00:00, 8.03it/s]Serving TensorBoard on localhost; to expose to the network, use a proxy or pass --bind_all
TensorBoard 2.19.0 at http://localhost:6006/ (Press CTRL+C to quit)
Loading pipeline components...: 100%|████████████████████████████████████████████████████| 7/7 [00:21<00:00, 3.14s/it]
Fetching 17 files: 100%|██████████████████████████████████████████████████████████████| 17/17 [00:00<00:00, 181.60it/s]
Loading pipeline components...: 100%|████████████████████████████████████████████████████| 7/7 [00:10<00:00, 1.56s/it]
epoch: 0it [00:00, ?it/s]
Beta Was this translation helpful? Give feedback.
All reactions