Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
test_size = 256
29
30
def
init_weights(shape):
31
return
tf.Variable(tf.random_normal(shape, stddev=0.01))
32
33
34
def
model(X, W, B, lstm_size):
Callers
1
07_lstm.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected