-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmanifest.json
52 lines (52 loc) · 1 KB
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"Variable": {
"filename": "Variable",
"shape": []
},
"embedding": {
"filename": "embedding",
"shape": [
94,
128
]
},
"rnnlm/multi_rnn_cell/cell_0/basic_lstm_cell/bias": {
"filename": "rnnlm_multi_rnn_cell_cell_0_basic_lstm_cell_bias",
"shape": [
512
]
},
"rnnlm/multi_rnn_cell/cell_0/basic_lstm_cell/kernel": {
"filename": "rnnlm_multi_rnn_cell_cell_0_basic_lstm_cell_kernel",
"shape": [
256,
512
]
},
"rnnlm/multi_rnn_cell/cell_1/basic_lstm_cell/bias": {
"filename": "rnnlm_multi_rnn_cell_cell_1_basic_lstm_cell_bias",
"shape": [
512
]
},
"rnnlm/multi_rnn_cell/cell_1/basic_lstm_cell/kernel": {
"filename": "rnnlm_multi_rnn_cell_cell_1_basic_lstm_cell_kernel",
"shape": [
256,
512
]
},
"rnnlm/softmax_b": {
"filename": "rnnlm_softmax_b",
"shape": [
94
]
},
"rnnlm/softmax_w": {
"filename": "rnnlm_softmax_w",
"shape": [
128,
94
]
}
}