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

Function mean_normal

models/transition.py:24–25  ·  view source on GitHub ↗
(shape, mean=1., scale=0.02, name=None)

Source from the content-addressed store, hash-verified

22
23
24def mean_normal(shape, mean=1., scale=0.02, name=None):
25 return K.variable(np.random.normal(loc=mean, scale=scale, size=shape), name=name)
26
27
28def cleanup(data):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected