You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I initialize a project directory using --model deepsleepnet , two hyperparameter files are copied to the appropriate subdirectory, pretrain.yaml and finetune.yaml. However, if I attempt to run any subsequent steps, I get the following error:
RuntimeError: Folder (/path/to/project_folder) is not a valid project folder. Must contain a hyperparameter file.
Are there additional/different steps or arguments that are needed to run deepsleepnet instead of utime or usleep?
The text was updated successfully, but these errors were encountered:
When I initialize a project directory using --model deepsleepnet , two hyperparameter files are copied to the appropriate subdirectory, pretrain.yaml and finetune.yaml. However, if I attempt to run any subsequent steps, I get the following error:
RuntimeError: Folder (/path/to/project_folder) is not a valid project folder. Must contain a hyperparameter file.
Are there additional/different steps or arguments that are needed to run deepsleepnet instead of utime or usleep?
The text was updated successfully, but these errors were encountered: