Skip to content
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

Inference on CPU #76

Open
abhigoku10 opened this issue Mar 10, 2021 · 1 comment
Open

Inference on CPU #76

abhigoku10 opened this issue Mar 10, 2021 · 1 comment

Comments

@abhigoku10
Copy link

@WeijingShi hi thanks for sharing the code base i have few queries

  1. can we run the inference code on cpu ? is there any modifications required
  2. Any similar implementation available using pytorch framework
    Thanks in advance
@WeijingShi
Copy link
Owner

WeijingShi commented Mar 10, 2021

Hi @abhigoku10, For CPU inference, you can try to simply hide the GPU by CUDA_VISIBLE_DEVICES= python run.py ...
There is no plan to migrate code to PyTorch unfortunately. But there are some nice works in this repo (thanks to @ShuDeng).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants