Could not restart training from scratch

Win 10, PL 0.13.1

Error

FileNotFoundError(2, 'No such file or directory')
Traceback (most recent call last):
  File "c:\users\julian\anaconda3\envs\pl_tf250_py3810\lib\site-packages\flask\app.py", line 1513, in full_dispatch_request
    rv = self.dispatch_request()
  File "c:\users\julian\anaconda3\envs\pl_tf250_py3810\lib\site-packages\flask\app.py", line 1499, in dispatch_request
    return self.ensure_sync(self.view_functions[rule.endpoint])(**req.view_args)
  File "perceptilabs\models\api.py", line 75, in perceptilabs.models.api.create_blueprint.training_status
  File "perceptilabs\models\interface.py", line 42, in perceptilabs.models.interface.ModelsInterface.get_training_status
  File "perceptilabs\resources\training_results.py", line 28, in perceptilabs.resources.training_results.TrainingResultsAccess.get_latest
  File "perceptilabs\resources\training_results.py", line 29, in perceptilabs.resources.training_results.TrainingResultsAccess.get_latest
FileNotFoundError: [Errno 2] No such file or directory: 'A:/My Documents/Perceptilabs/Default/2 x 45 rows of sin (1 Hz) and 1st ten rows again for Test/checkpoint\\latest-training-results.pkl'

But file looks present to me

NB Logged out to ctrl-C server but it doesn’t respond at all. Restarted and everything is OK again

Hi @JulianSMoore,
We have some weird pathing going on across all OS:es which causes errors like this (it occasionally writes and reads from paths it shouldn’t), will be fixed in a soon-to-come update :slight_smile:

With that clue I re-read the output carefully - I see what you mean.

Got it. Thx