Run multiple instances of spacy train in parallel #10134
-
I would like to run different instances of Is it possible to run |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hey @phlobo - Have you looked at We don't have anything pre-made for this in spaCy projects, so for including in a |
Beta Was this translation helpful? Give feedback.
Hey @phlobo - Have you looked at
spacy-ray
for parallel training? That would be the first thing I'd check out. You could combine this with something like Weights and Biases to do a hyperparameter sweep (example).We don't have anything pre-made for this in spaCy projects, so for including in a
project.yml
I'd first try out these commands from a shell and once you've figured out the right sequence, include them as a command.