Open JSignoretGenest opened 3 weeks ago
Thanks for the thorough report! Given that the crash is strictly a function of dataset size, it does point strongly in the direction of VRAM saturation. What OS are you using? I have found that OOM errors on Windows cause the kernel to crash without an explicit OOM error.
Thanks for the quick reply!
We are on Windows indeed, and that does look a lot like what we get if the set_mixed_map_iters value for the fitting part is too small - here we only checked the resources visually and with frequent nvidia-smi, but there was no obvious trend or peak detectable (perhaps it's really brief when attempting to return the values, I wouldn't 100% exclude it).
Hello,
We've been successfully using keypoint-moseq on several datasets, but we are encountering a consistent issue with larger datasets, where the kernel crashes during model initialization.
Steps Taken to Isolate the Issue:
Behavior Observed:
Attempts to Work Around the Issue:
We would be grateful for any workaround for that step, even if that translates to a slower initialization!
Thank you for your help!