deepforge-dev / deepforge

A modern development environment for deep learning
https://deepforge.org
Apache License 2.0
754 stars 78 forks source link

Streaming Operations #592

Open brollb opened 8 years ago

brollb commented 8 years ago

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

brollb commented 8 years ago

This is also related to control flow operations...