thread_chunksΒΆ
A python package for performing memory intensive computations in parallel using chunks and checkpointing.
Functions
Calls func in parallel, a chunk at a time, for each set of
*argsin parameters and returns the outputs in an orderedlist.Classes
A data structure to store the progress of the parallel execution of a function func.
A collection of
RemoteLabelledActors pre-loaded with a function to execute that can be reused.A ray actor that can execute the function func along with a label to allow an ordering of calls to be re-established.
A remote ray actor that can execute the function func along with a label to allow an ordering of calls to be re-established.
Exceptions
Warns that a checkpoint failed to save.
Modules
The default configuration for the thread-chunks python package. |