Open gumdropsteve opened 4 years ago
For operations that are not dependent on each other (e.g. classifying each number crop, cropping each number crop, audio #14), Dask Delayed can be used to parallelize them. This should definitely be incorporated.
Dask Delayed
For operations that are not dependent on each other (e.g. classifying each number crop, cropping each number crop, audio #14), Dask Delayed can be used to parallelize them. This should definitely be incorporated.
Example of using dask.dealyed for multi-image opencv preprocessing...
From single image to Dask Delayed (Friend link)