We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, I'm trying to use GPU to extract keyphrase.
I tried this:
with tf.device('/device:GPU:2'): kp1 = launch.extract_keyphrases(embedding_distributor, pos_tagger, raw_text, 10, 'en') #extract 10 keyphrases
But it shows that "Make sure the device specification refers to a valid device. [[init]] "
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I'm trying to use GPU to extract keyphrase.
I tried this:
But it shows that "Make sure the device specification refers to a valid device.
[[init]] "
The text was updated successfully, but these errors were encountered: