Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Save data checkpoints for input data processing #101

Closed
Timoeller opened this issue Sep 24, 2019 · 1 comment
Closed

Save data checkpoints for input data processing #101

Timoeller opened this issue Sep 24, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request part: processor Processor

Comments

@Timoeller
Copy link
Contributor

Is your feature request related to a problem or particular use case?
Creating training data takes a long time and also consumes a lot of memory, especially for Language Model adaptation.

Describe the solution you'd like
Since FARM processes data chunkwise transformed chunks can be saved to disk.
Ideally these chunks are also removed from memory to save RAM space.

@Timoeller Timoeller added the enhancement New feature or request label Sep 24, 2019
@tholor tholor added the part: processor Processor label Oct 25, 2019
@tanaysoni
Copy link
Contributor

This is implemented by #177.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request part: processor Processor
Projects
None yet
Development

No branches or pull requests

3 participants