Founded batching opportunity #5888
Unanswered
andreydyadyunov
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Binary text classification.
Solution is implemented by several models combined into an ensemble. With the chosen architecture,
we were able to achieve batch processing.
The architecture is built as follows:
classifier
Code to collect batch in batcher model:
Code to take apart batch back to requests:
So the question is
Is that batching type a bag or a feature? Do we use it correctly? How do you see the architecture of such model?
Beta Was this translation helpful? Give feedback.
All reactions