MCPcopy Create free account
hub / github.com/amdegroot/ssd.pytorch / xavier

Function xavier

train.py:213–214  ·  view source on GitHub ↗
(param)

Source from the content-addressed store, hash-verified

211
212
213def xavier(param):
214 init.xavier_uniform(param)
215
216
217def weights_init(m):

Callers 1

weights_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected