MCPcopy Create free account
hub / github.com/chinawithfrank/ChatBotCourse / init_weights

Function init_weights

seq2seq/tflearn_prj/07_lstm.py:30–31  ·  view source on GitHub ↗
(shape)

Source from the content-addressed store, hash-verified

28test_size = 256
29
30def init_weights(shape):
31 return tf.Variable(tf.random_normal(shape, stddev=0.01))
32
33
34def model(X, W, B, lstm_size):

Callers 1

07_lstm.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected