Open sersoage opened 2 years ago
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
Is it possible to run on GPU, if yes how? Thanks!