Ask a question to get started
Enter to send•Shift+Enter new line
Checkpointer = None | bool | BaseCheckpointSaverType of the checkpointer to use for a subgraph.
True enables persistent checkpointing for this subgraph.False disables checkpointing, even if the parent graph has a checkpointer.None inherits checkpointer from the parent graph.