Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
44
def
weight_variable(shape):
45
initial = tf.truncated_normal(shape, stddev=0.1)
46
return
tf.Variable(initial)
47
48
49
def
bias_variable(shape):
Callers
3
convolutional_layers
Function · 0.85
get_training_model
Function · 0.85
get_detect_model
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected