MCPcopy
hub / github.com/matthewearl/deep-anpr / weight_variable

Function weight_variable

model.py:44–46  ·  view source on GitHub ↗
(shape)

Source from the content-addressed store, hash-verified

42
43# Utility functions
44def weight_variable(shape):
45 initial = tf.truncated_normal(shape, stddev=0.1)
46 return tf.Variable(initial)
47
48
49def bias_variable(shape):

Callers 3

convolutional_layersFunction · 0.85
get_training_modelFunction · 0.85
get_detect_modelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected