-
Notifications
You must be signed in to change notification settings - Fork 45
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
Run on CPU #8
Comments
you can modify '.cuda()' this code and modify SPPE/src/main_fast_inference.py code 'torch.load('.....du.....th')' ->'torch.load('.....du.....th',map_location='cpu)' |
@zjjzjj123 - what do you mean by modify '.cuda()'. Am I supposed to just remove it from dataloader.py? for video. |
There are a lot of files where CUDA is used. Changing every one of them manually is quite difficult. Is there any other way? |
How to run this code on CPU machine.please guide me about this.Thanks
The text was updated successfully, but these errors were encountered: