-
Notifications
You must be signed in to change notification settings - Fork 77
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
Can I execute it with only run.py file #10
Comments
Basically you have installed torch without CUDA maybe because you do not have a GPU. |
Thank you sooo much brother,can I known how to change code to run on cpu |
You have to change the variable
You can read more: |
|
Sir even after replacing from GPU to cpu I am getting errors sir |
@samTheHacke The error says that could not found NVIDIA Driver which means that still the code is checking for GPU instead of CPU. Did you install the CPU version of Torch?
|
No I don't have cuda supported GPU,so I want code to execute to cpu ,but as you said I changed every gpu_id to cpu but I am getting soo many errors . |
Can anyone explain why we are using twopass.py and utils.py? Can't we run this only with code of run.py
And I am getting error while executing run.py at line of Canvas_mask =numpy2tensor(canvas_mask,gpu_id)
Please help me bros
The text was updated successfully, but these errors were encountered: