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

CUDA enable #38

Closed
EnricoBeltramo opened this issue Dec 30, 2018 · 1 comment
Closed

CUDA enable #38

EnricoBeltramo opened this issue Dec 30, 2018 · 1 comment

Comments

@EnricoBeltramo
Copy link

I compiled this project on Windows 10, with python 3.5 and tensorflow gpu 1.12.0.
Tensorflow work correctly with CUDA and GPU on my PC, but starting a train on this project seem the CUDA and GPU are disabled. There is a reason? Is it possible to enable it?

@xbpeng
Copy link
Owner

xbpeng commented Dec 30, 2018

Our networks are fairly small, so they don't benefit as much from GPU accelerations, so for the most part we just train on the CPU. Also tensoflow-gpu doesn't play well with multiprocessing using MPI, and need some additional overhead to have multiple processes share a GPU.

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