Skip to content
Discussion options

You must be logged in to vote

By default spaCy loads all the training data into memory in order to shuffle it. If you have too much data for that you should use a custom data loader, which will let you control how data is loaded into memory.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by polm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat / textcat Feature: Text Classifier perf / memory Performance: memory use
2 participants