-
Notifications
You must be signed in to change notification settings - Fork 387
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The specified procedure could not be found. #95
Comments
the above error was clearecd after reinsatlling cuda again using torch But a new error arrived when i run the command again: Mixed precision type: fp16 Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): |
@23Rj20 same for me, did you solve it? |
After running the command: accelerate launch train_tuneavideo.py --config="configs/road-scenarios.yaml" on my own data
It shows this error:
Traceback (most recent call last):
File "c:\Users\INP_Rohit.conda\envs\phn\lib\runpy.py", line 196, in run_module_as_main
return run_code(code, main_globals, None,
File "c:\Users\INP_Rohit.conda\envs\phn\lib\runpy.py", line 86, in run_code
exec(code, run_globals)
File "C:\Users\INP_Rohit.conda\envs\phn\Scripts\accelerate.exe_main.py", line 4, in
File "c:\Users\INP_Rohit.conda\envs\phn\lib\site-packages\accelerate_init.py", line 3, in
from .accelerator import Accelerator
File "c:\Users\INP_Rohit.conda\envs\phn\lib\site-packages\accelerate\accelerator.py", line 32, in
import torch
File "c:\Users\INP_Rohit.conda\envs\phn\lib\site-packages\torch_init.py", line 129, in
raise err
OSError: [WinError 127] The specified procedure could not be found. Error loading "c:\Users\INP_Rohit.conda\envs\phn\lib\site-packages\torch\lib\c10_cuda.dll" or one of its dependencies.
The text was updated successfully, but these errors were encountered: