-
Notifications
You must be signed in to change notification settings - Fork 19
Logs27: Mutual Information
Higepon Taro Minowa edited this page Jun 10, 2018
·
30 revisions
- done Make it possible that beam coexists with infer
- Return infer_logis when beam search
- Get logits for predicted_id
- Have beam_logits.
- Refactoring
- extract attention method.
- Unify the model class?
- Confirm beam_logits is same size as logits and same values.
- for one beam search result get indices
- Fetch logprob from the indices
- reward back? or make it for multiple.
- Build MI model, this is happening when decoding best N results and mutual information.