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
There is an issue in the way that the final mentioned flavour ("tuple combinations of the above") where computations will not be shared between each tuple element. Within each tuple element (i.e. the "above 3") computations will be shared.
This should be fixed such that a call to persist will alway share any computations from the single graph constructed from all outputs specified.
The text was updated successfully, but these errors were encountered:
A call to
persist
can now accept many different flavours of inputs:DListPersisters
andDObjects
, e.g.:DListPersisters
(of the same type), e.g.:DObjects
(of the same type), e.g.:There is an issue in the way that the final mentioned flavour ("tuple combinations of the above") where computations will not be shared between each tuple element. Within each tuple element (i.e. the "above 3") computations will be shared.
This should be fixed such that a call to
persist
will alway share any computations from the single graph constructed from all outputs specified.The text was updated successfully, but these errors were encountered: