Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

modularize words prediction #180

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

xianxl
Copy link
Contributor

@xianxl xianxl commented Jul 31, 2018

Summary:
A series of diffs to extend words prediction so
that it can be used as vocab reduction purpose on any arch.

The code under research/words_prediction has lots of reduandant logic, both in
the loss and model arch. This diff tries to make words prediction a plug and
play which can work with existing translation loss and encoder/decoder classes.

Reviewed By: jhcross

Differential Revision: D9012503

Summary:
A series of diffs to extend words prediction so
that it can be used as vocab reduction purpose on any arch.

The code under research/words_prediction has lots of reduandant logic, both in
the loss and model arch. This diff tries to make words prediction a plug and
play which can work with existing translation loss and encoder/decoder classes.

Reviewed By: jhcross

Differential Revision: D9012503

fbshipit-source-id: 775c265e5fadebb78c9b933f7131485ae8239c09
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants