Tierpsy / tierpsy-tracker

Multi-Worm Behaviour Tracker. README here:
https://github.com/Tierpsy/tierpsy-tracker/blob/development/README.md
MIT License
21 stars 19 forks source link

docs: added troubleshooting for [WinError 126] in Windows installation without CUDA #46

Closed luigiferiani closed 4 years ago

luigiferiani commented 4 years ago

Issue:

Two users had a OSError: [WinError 126] The specified module could not be found when starting the batch processing, after an apparently successful installation. In both cases, Tierpsy was installed on a Windows machine without a CUDA-enabled GPU

Fix:

Install the CPU-only version of pytorch: conda install pytorch torchvision cpuonly -c pytorch