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

Function f_load

models/conditional.py:114–119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

112 return gl, samples, images
113
114 def f_load():
115 try:
116 return load(sess, saver, checkpoint_dir, name)
117 except:
118 print("Loading weights via Keras")
119 T.load_weights(checkpoint_dir+"/T_weights.keras")
120
121 def f_save(step):
122 save(sess, saver, checkpoint_dir, step, name)

Callers

nothing calls this directly

Calls 1

loadFunction · 0.90

Tested by

no test coverage detected