宋全旺

Results 2 issues of 宋全旺

(next_finished, emit_output, state_queues) = loop_fn(time, initial_input, state_queues) this code that call loop_fun with initial_input,so,I think the initial_input parameter is not update in all loop。can you explain this for me?

I think the code in this line should be self.encode_len - dilation . for example [0,1,2,3,4,5,6,7,8,9] dilation=4 idx=10-4=6 , slices = tf.reshape(tf.gather_nd(conv_input, idx), (batch_size, dilation, shape(conv_input, 2))) should be [6,7,8,9]...