KeyPhraseTransformer
KeyPhraseTransformer copied to clipboard
GPU question
Is it possible to run on GPU, if yes how? Thanks!
Hey @sersoage : In the current version it only runs on CPU. I will add a flag to run GPU or CPU in the next release.
For now, you can fork it and then make changes in predict method to run it on GPU:
https://github.com/Shivanandroy/KeyPhraseTransformer/blob/80e2c8d7c4869d1e120f6e8004630812443e766b/keyphrasetransformer/keyphrasetransformer.py#L72
https://github.com/Shivanandroy/KeyPhraseTransformer/pull/11