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

Function transition

models/conditional.py:40–43  ·  view source on GitHub ↗
(batch_size, dim=1000)

Source from the content-addressed store, hash-verified

38
39
40def transition(batch_size, dim=1000):
41 model = Sequential()
42 model.add(CondDreamyRNN(unroll=True, output_dim=z_dim, output_length=out_leng, return_sequences=True, activation="tanh", batch_input_shape=(batch_size, time+out_leng, z_dim+2)))
43 return model
44
45
46def get_model(sess, image_shape=(80, 160, 3), gf_dim=64, df_dim=64, batch_size=64,

Callers 1

get_modelFunction · 0.70

Calls 1

CondDreamyRNNClass · 0.90

Tested by

no test coverage detected