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
File "inference.py", line 285, in
main(opt)
File "inference.py", line 273, in main
detect3d(
File "inference.py", line 71, in detect3d
regressor = regressor_factorymodel_select.cuda()
File "C:\Users\yalyz\miniconda3\envs\yolo3d\lib\site-packages\torch\nn\modules\module.py", line 491, in cuda
return self._apply(lambda t: t.cuda(device))
File "C:\Users\yalyz\miniconda3\envs\yolo3d\lib\site-packages\torch\nn\modules\module.py", line 387, in _apply
module._apply(fn)
File "C:\Users\yalyz\miniconda3\envs\yolo3d\lib\site-packages\torch\nn\modules\module.py", line 387, in _apply
module._apply(fn)
File "C:\Users\yalyz\miniconda3\envs\yolo3d\lib\site-packages\torch\nn\modules\module.py", line 409, in _apply
param_applied = fn(param)
File "C:\Users\yalyz\miniconda3\envs\yolo3d\lib\site-packages\torch\nn\modules\module.py", line 491, in
return self.apply(lambda t: t.cuda(device))
File "C:\Users\yalyz\miniconda3\envs\yolo3d\lib\site-packages\torch\cuda_init.py", line 164, in _lazy_init
raise AssertionError("Torch not compiled with CUDA enabled")
AssertionError: Torch not compiled with CUDA enabled
i tried it on a computer with and without cude and still faced the same issue
The text was updated successfully, but these errors were encountered:
yalyzak
changed the title
cuda problem
cuda problem when tying to inference
Sep 19, 2023
File "inference.py", line 285, in
main(opt)
File "inference.py", line 273, in main
detect3d(
File "inference.py", line 71, in detect3d
regressor = regressor_factorymodel_select.cuda()
File "C:\Users\yalyz\miniconda3\envs\yolo3d\lib\site-packages\torch\nn\modules\module.py", line 491, in cuda
return self._apply(lambda t: t.cuda(device))
File "C:\Users\yalyz\miniconda3\envs\yolo3d\lib\site-packages\torch\nn\modules\module.py", line 387, in _apply
module._apply(fn)
File "C:\Users\yalyz\miniconda3\envs\yolo3d\lib\site-packages\torch\nn\modules\module.py", line 387, in _apply
module._apply(fn)
File "C:\Users\yalyz\miniconda3\envs\yolo3d\lib\site-packages\torch\nn\modules\module.py", line 409, in _apply
param_applied = fn(param)
File "C:\Users\yalyz\miniconda3\envs\yolo3d\lib\site-packages\torch\nn\modules\module.py", line 491, in
return self.apply(lambda t: t.cuda(device))
File "C:\Users\yalyz\miniconda3\envs\yolo3d\lib\site-packages\torch\cuda_init.py", line 164, in _lazy_init
raise AssertionError("Torch not compiled with CUDA enabled")
AssertionError: Torch not compiled with CUDA enabled
i tried it on a computer with and without cude and still faced the same issue
The text was updated successfully, but these errors were encountered: