deepforge
deepforge copied to clipboard
Streaming Operations
Jobs should be able to send intermediate results (say a model that scores above a given threshold) multiple times during it's running rather than simply returning a single value (for each output, that is) after it completes
This is also related to control flow operations...