.FluxTrainingcallbackgraph
function defined in module
FluxTraining
callbackgraph(callbacks) -> SimpleDiGraph
Creates a directed acyclic graph from a list of
callbacks. Ordering is given through
runafter and
resolveconflict.
If a write conflict cannot be resolved (i.e.
resolveconflict) is not implemented), throws an error.
There is
1
method for FluxTraining.callbackgraph:
The following pages link back here: