-
Notifications
You must be signed in to change notification settings - Fork 19
Logs25:Fix sample helper
Higepon Taro Minowa edited this page Jun 6, 2018
·
5 revisions
In the previous iteration, it turns out that sample helper is wrongly set up. I think this is variable reuse issue.
- In the small example, output graph structure in tensorboard and see if the structure is correct.
- Should see if cells are shared between sample
- Attention wrapper state zero is not being shared, which I should fix.
- wrap with variable_scope and see if there are still 2 Loung attention there
- If they do, mark them reuse.
- Attention wrapper state zero is not being shared, which I should fix.
- done.