MCPcopy Create free account
hub / github.com/commaai/research / f_save

Function f_save

models/conditional.py:121–123  ·  view source on GitHub ↗
(step)

Source from the content-addressed store, hash-verified

119 T.load_weights(checkpoint_dir+"/T_weights.keras")
120
121 def f_save(step):
122 save(sess, saver, checkpoint_dir, step, name)
123 T.save_weights(checkpoint_dir+"/T_weights.keras", True)
124
125 def sampler(z, x):
126 video = np.zeros((128, 80, 160, 3))

Callers

nothing calls this directly

Calls 1

saveFunction · 0.90

Tested by

no test coverage detected