Fied incorrect packing

This commit is contained in:
Kelly Davis 2016-09-05 11:23:29 +02:00
parent 3e1bef80d9
commit f45c3c4fb9

View File

@ -528,7 +528,7 @@
" \n",
" # Reshape outputs from a list of n_steps tensors each of shape [batch_size, 2*n_cell_dim]\n",
" # to a single tensor of shape [n_steps*batch_size, 2*n_cell_dim]\n",
" outputs = tf.pack(outputs[0])\n",
" outputs = tf.pack(outputs)\n",
" outputs = tf.reshape(outputs, [-1, 2*n_cell_dim])\n",
" \n",
" #Hidden layer with clipped RELU activation and dropout\n",