Skip to content

Beam Search 9.Debug attention_decoder

Higepon Taro Minowa edited this page Jul 3, 2017 · 11 revisions

background

beam_search=True is not working yet. We'll compare method param and return types to see expected types there.

seq2seq method

  • Input is exact the same
  • Output
    • (A) bucker_output is
      • False: shape=(?, 256) float32
      • True: (10,) int64'
    • (B)_ is
      • False: (?, 768) float32
      • True: (10, 768), (?, 10), (?, 10)
  • Where (A) come from

Clone this wiki locally