MCPcopy Create free account
hub / github.com/benoitsteiner/tensorflow-opencl / save

Method save

tensorflow/python/training/saver.py:1491–1613  ·  view source on GitHub ↗

Saves variables. This method runs the ops added by the constructor for saving variables. It requires a session in which the graph was launched. The variables to save must also have been initialized. The method returns the path of the newly created checkpoint file. This path c

(self,
           sess,
           save_path,
           global_step=None,
           latest_filename=None,
           meta_graph_suffix="meta",
           write_meta_graph=True,
           write_state=True)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Calls 12

_build_eagerMethod · 0.95
_RecordLastCheckpointMethod · 0.95
_MetaGraphFilenameMethod · 0.95
export_meta_graphMethod · 0.95
_update_checkpoint_stateFunction · 0.85
in_graph_modeMethod · 0.80
splitMethod · 0.45
global_stepMethod · 0.45
runMethod · 0.45
IsDirectoryMethod · 0.45
as_defaultMethod · 0.45

Tested by 15

_testFreezeGraphMethod · 0.76
testFreezeMetaGraphMethod · 0.76
setUpMethod · 0.76
_write_checkpointMethod · 0.76
testLargeVariableMethod · 0.76
basicSaveRestoreMethod · 0.76
testEagerBasicMethod · 0.76
testInt64Method · 0.76