-
Notifications
You must be signed in to change notification settings - Fork 19
Beam Search 9.Debug attention_decoder
Higepon Taro Minowa edited this page Jul 3, 2017
·
11 revisions
beam_search=True is not working yet. We'll compare method param and return types to see expected types there.
- 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)
- (A) bucker_output is
- Where (A) come from
- embedding_attention_decoder
- beam_attention_decoder or attention_decoder
- or
- loop function difference returns
- True: (10, 256)
- False: : loop_function=None when feed_previous=False
- embedding_attention_decoder