You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Forgetting for a moment all the bells and whistles of black-/white-listing different data types, or controlling the depth to which data is stored, or nodes that are smart enough to always re-run because their execution time is trivial compared to their file IO time, or storing nodes that only exist in a notebook, or saving and loading partially executed graphs... At a minimum, we need to be able to save a completed node or workflow-that-only-uses-registered-nodes, and re-load it later in its fully executed state.
Something like this should work and give us the right output data:
Or some other storage paradigm.
Forgetting for a moment all the bells and whistles of black-/white-listing different data types, or controlling the depth to which data is stored, or nodes that are smart enough to always re-run because their execution time is trivial compared to their file IO time, or storing nodes that only exist in a notebook, or saving and loading partially executed graphs... At a minimum, we need to be able to save a completed node or workflow-that-only-uses-registered-nodes, and re-load it later in its fully executed state.
Something like this should work and give us the right output data:
Where saving and loading worked automatically based off of the workflow label and the current working directory.
The text was updated successfully, but these errors were encountered: