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

Running on CPU #1

Closed
akatav opened this issue Mar 30, 2019 · 1 comment
Closed

Running on CPU #1

akatav opened this issue Mar 30, 2019 · 1 comment

Comments

@akatav
Copy link

akatav commented Mar 30, 2019

Hi
Nice library! Will i need GPU to run this on? Can you perhaps add a readme to run this on gcloud (which i suppose already has support for pytorch and gpu).

Thanks
Supraja

@jpatrickpark
Copy link
Collaborator

jpatrickpark commented Mar 31, 2019

Hi,

While we recommend using GPU, it is possible to run our model entirely on CPU. Please set DEVICE_TYPE='cpu' in line 4 of run.sh before running it.

We currently do not plan on including instructions for how to run our models on specific cloud provider, but gcloud instance is just like any linux distribution, so you should be able to just execute run.sh.

Best,
JP

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