-
Notifications
You must be signed in to change notification settings - Fork 119
Description
It seems that #911 introduces an error on some systems that can't query nvidia-smi.
Discussed in #946
Originally posted by viralmysteries September 12, 2022
Note: I am a very new user to SLEAP and to Python more generally. I want to use SLEAP to analyze some video files I take of sea slug locomotion. I was running through the tutorial and everything was going well until I tried to run training on my video. I wanted to use the single animal mode, as I am only looking at the activity of 1 animal, but every time I ran the model, it returned the following error:
FileNotFoundError: [WinError 2] The system cannot find the file specified
Run Path: E:/Viral's Doctoral Education/Doctoral Research/Aged Aplysia Videos/Juveniles/Aug2222\models\220912_133904.single_instance.n=22
I didn't see anything about initializing the file for the model in the tutorial, so I was very confused. Is there something really simple that I've simply missed? I'd appreciate any help folks can provide.