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

Function train_d

models/conditional.py:102–103  ·  view source on GitHub ↗
(images, z, counter, sess=sess)

Source from the content-addressed store, hash-verified

100
101 # functions
102 def train_d(images, z, counter, sess=sess):
103 return 0, 0, 0
104
105 def train_g(images, z, counter, sess=sess):
106 outputs = [loss, G_dec, t_sum, t_optim]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected