Calculate the dataset batch size according to available resources #16
Labels
No labels
CI/CD
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
tests
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
AndreFerreira5/downtown-cab-co#16
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
To better adapt the data pipeline to the memory and computing power constraints, the batch size for loading data from storage should be calculated based on the available memory.
This allows for processing data in larger batches when conditions allow it, and shrink the batch size if the system is heavily resource-constrained.