Hypervisor error (0x20001) when running training #2454
Replies: 2 comments 7 replies
-
|
Hi @sophiaanner, Sorry about the issues! This seems to be a system one rather than on the SLEAP side, but let's see what we can do.
This is a weird one, but unfortunately GPU laptops are a bit weird and the Blackwell ones are especially bleeding edge. Can you also check the versions installed in the tool environment? In the Command Prompt: You can just paste all the versions here. One thing we want to make sure is that it's using PyTorch 2.8 for all the deps. Should be the case, but let's be sure :) Cheers, Talmo |
Beta Was this translation helpful? Give feedback.
-
|
Hi Talmo, Thanks for the quick response. I update my driver from the NVIDIA website to 581.42 as you recommended and was able to begin training without the computer crashing! Unfortunately, I get an error message that the centroid model was unable to run. The centered_instance training did run, and the command line says inference was completed but no predictions showed up on my video. I uninstalled and reinstalled SLEAP after updating my NVIDIA driver, and noticed that when I run sleap-diagnostic, the CUDA for this driver is now 13.0. Could that be part of the problem? Here is the extensive error message related to not being able to run the centroid model: During handling of the above exception, another exception occurred: Traceback (most recent call last): Unhandled exception caught in c10/util/AbortHandler.h And the versions of all packages I have installed: aiohappyeyeballs 2.6.1 Also, when I check GPU support as recommended in the installation methods, I get the following: I sense the solution is somewhere near, but I haven't been able to figure it out on my own. Much appreciated again!! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've been having several problems since upgrading to the newest version of SLEAP (#2417 and #2442) and I'm hoping the SLEAP community can help me out with this one too.
I can open my SLEAP project, make predictions, etc., but when I go to run training, my computer will crash and give me the following message:

and here's what the command prompt looks like right before that:

I've tried nearly every solution I can find online, with attempts to run training in SLEAP after each one, including:
I was able to run training one time on v1.5.2 before running into this problem.
Admittedly I don't know very much about computers, but this laptop is brand new so shouldn't have too many issues and I only need/use it for SLEAP. Here's some more relevant information:
OS: Windows 11 Pro
Version(s): SLEAP 1.5.1; python 3.11
SLEAP installation method: uv tool install (python 3.13)
GPU: NVIDIA RTX PRO 500 Blackwell Generation Laptop GPU (CUDA 12.8)
Has anyone else run into this error or know at all what might be going on? My next step may be to fully reset my computer and Windows.
Much appreciated,
Sophia
Beta Was this translation helpful? Give feedback.
All reactions