How to change spacy-curated-transformers.WithStridedSpans.v1
batch size in an already trained pipeline
#13742
Unanswered
znadrich-qf
asked this question in
Help: Coding & Implementations
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a pipeline which I trained and would like to change the batch size. In my config I used for training I have
I'd like to change this to have
batch_size = 96
I tried doing
but as far as I can tell this is having no effect
Beta Was this translation helpful? Give feedback.
All reactions