Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP chapter 8 machine translation decode #5864

Closed
wants to merge 24 commits into from

Conversation

Superjomn
Copy link
Contributor

currently, only encoder is finished, still working on decoder.

@Superjomn Superjomn changed the title WIP chapter 8 machine translation chapter 8 machine translation encoder Dec 6, 2017
@Superjomn Superjomn changed the title chapter 8 machine translation encoder chapter 8 machine translation decode Dec 21, 2017
@Superjomn Superjomn changed the title chapter 8 machine translation decode WIP chapter 8 machine translation decode Dec 21, 2017
init_ids = pd.data(name="init_ids", shape=[1], dtype="int64", lod_level=1)
init_scores = pd.data(
name="init_scores", shape=[1], dtype="float32", lod_level=1)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

初始化

batch_size 个

  • [0 1 2 3] LoD

state
state

@Superjomn Superjomn closed this May 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants