How to train Spacy NER model on multiple GPUs ? #12764
Answered
by
danieldk
rs-pawanmethre
asked this question in
Help: Other Questions
-
I am training my model using this command : python3 -m spacy train config.cfg --output output --paths.train train_data.spacy --paths.dev test_data.spacy --gpu-id 0 but my question is how to train model on multiple gpu as want to achieve data parallelism, i want to give more data for training. |
Beta Was this translation helpful? Give feedback.
Answered by
danieldk
Jun 30, 2023
Replies: 1 comment 3 replies
-
Thanks for your question. We do not support multiple-GPU training yet. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
danieldk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for your question. We do not support multiple-GPU training yet.