Open gregbugaj opened 11 months ago
Describe the bug When running ClassificationPipeline we get the following warning.
ClassificationPipeline
You seem to be using the pipelines sequentially on GPU. In order to maximize efficiency please use a dataset
Describe how you solve it
Classifications should be batched.
Describe the bug When running
ClassificationPipeline
we get the following warning.Describe how you solve it
Classifications should be batched.