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

TensorFlow: fix word2vec timeouts on GPU by pinning model on CPU #1007

Closed
wants to merge 1 commit into from

Conversation

vrv
Copy link

@vrv vrv commented Feb 6, 2016

Right now word2vec is not well supported on GPU (missing
scatter sub, etc). We can remove this limitation later when
ScatterSub and other ops are all available on GPU.

With this fix, the two word2vec tests now run in 5 seconds on a machine with GPU.

CPU.  Right now word2vec is not well supported on GPU (missing
scatter sub, etc).  We can remove this limitation later when
ScatterSub and other ops are all available on GPU.
@caisq
Copy link
Contributor

caisq commented Feb 6, 2016

LGTM. The test failures you see on the PR gpu-pip build is due to a separate known issue.

@martinwicke
Copy link
Member

merged.

@martinwicke martinwicke closed this Feb 7, 2016
@vrv vrv deleted the fix_word2vec_timeout branch February 19, 2016 18:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants