Skip to content

Instantly share code, notes, and snippets.

@naotokui
Created July 18, 2018 03:02
Show Gist options
  • Save naotokui/847394f037c3481c27600da13a51728a to your computer and use it in GitHub Desktop.
Save naotokui/847394f037c3481c27600da13a51728a to your computer and use it in GitHub Desktop.
weights_manifest.json of original drumsRNN
[
{
"paths" : [
"group1-shard1of3",
"group1-shard2of3",
"group1-shard3of3"
],
"weights" : [
{
"name" : "rnn/attention_cell_wrapper/multi_rnn_cell/cell_2/basic_lstm_cell/bias",
"shape" : [
1024
],
"dtype" : "float32"
},
{
"name" : "rnn/attention_cell_wrapper/multi_rnn_cell/cell_0/basic_lstm_cell/kernel",
"shape" : [
774,
1024
],
"dtype" : "float32"
},
{
"name" : "rnn/attention_cell_wrapper/kernel",
"shape" : [
774,
518
],
"dtype" : "float32"
},
{
"name" : "rnn/attention_cell_wrapper/bias",
"shape" : [
518
],
"dtype" : "float32"
},
{
"name" : "rnn/attention_cell_wrapper/attention_output_projection/bias",
"shape" : [
256
],
"dtype" : "float32"
},
{
"name" : "rnn/attention_cell_wrapper/multi_rnn_cell/cell_1/basic_lstm_cell/bias",
"shape" : [
1024
],
"dtype" : "float32"
},
{
"name" : "rnn/attention_cell_wrapper/attention/kernel",
"shape" : [
1536,
256
],
"dtype" : "float32"
},
{
"name" : "rnn/attention_cell_wrapper/attention/bias",
"shape" : [
256
],
"dtype" : "float32"
},
{
"name" : "fully_connected/weights",
"shape" : [
256,
512
],
"dtype" : "float32"
},
{
"name" : "rnn/attention_cell_wrapper/attention/attn_v",
"shape" : [
256
],
"dtype" : "float32"
},
{
"name" : "rnn/attention_cell_wrapper/multi_rnn_cell/cell_1/basic_lstm_cell/kernel",
"shape" : [
512,
1024
],
"dtype" : "float32"
},
{
"name" : "rnn/attention_cell_wrapper/attention/attn_w",
"shape" : [
1,
1,
256,
256
],
"dtype" : "float32"
},
{
"name" : "rnn/attention_cell_wrapper/multi_rnn_cell/cell_0/basic_lstm_cell/bias",
"shape" : [
1024
],
"dtype" : "float32"
},
{
"name" : "rnn/attention_cell_wrapper/multi_rnn_cell/cell_2/basic_lstm_cell/kernel",
"shape" : [
512,
1024
],
"dtype" : "float32"
},
{
"name" : "rnn/attention_cell_wrapper/attention_output_projection/kernel",
"shape" : [
512,
256
],
"dtype" : "float32"
},
{
"name" : "fully_connected/biases",
"shape" : [
512
],
"dtype" : "float32"
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment