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

example configuration for seq2seq. #12

Closed
lcy-seso opened this issue Apr 21, 2017 · 2 comments
Closed

example configuration for seq2seq. #12

lcy-seso opened this issue Apr 21, 2017 · 2 comments
Assignees

Comments

@lcy-seso
Copy link
Collaborator

lcy-seso commented Apr 21, 2017

  • In this example, we would like to show some different configuration for seq2seq task.
  • Please refer to the following two configuration files:
    1. grid lstm written in old PaddlePaddle API.
    2. encoder-decoder without attention written in old PaddlePaddle API.
  • The example must include the training and the generating process.
  • Please pull your codes and docs into the seq2seq directory.
@kuke kuke self-assigned this Apr 24, 2017
@lcy-seso
Copy link
Collaborator Author

lcy-seso commented May 2, 2017

please use WMT14 dataset for this example, you can refer to book chapter machine translation.

wmt14 dataset has already been pre-processed and is included into paddle.dataset package. This is a simple example.

wmt14_reader = paddle.batch(
        paddle.reader.shuffle(
            paddle.dataset.wmt14.train(dict_size=dict_size), buf_size=8192),
        batch_size=5)

@shanyi15
Copy link
Collaborator

您好,此issue在近一个月内暂无更新,我们将于今天内关闭。若在关闭后您仍需跟进提问,可重新开启此问题,我们将在24小时内回复您。因关闭带来的不便我们深表歉意,请您谅解~感谢您对PaddlePaddle的支持!
Hello, this issue has not been updated in the past month. We will close it today for the sake of other user‘s experience. If you still need to follow up on this question after closing, please feel free to reopen it. In that case, we will get back to you within 24 hours. We apologize for the inconvenience caused by the closure and thank you so much for your support of PaddlePaddle Group!

wojtuss pushed a commit to wojtuss/models that referenced this issue Aug 27, 2018
wojtuss pushed a commit to wojtuss/models that referenced this issue Aug 27, 2018
jacquesqiao pushed a commit that referenced this issue Feb 28, 2019
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 a pull request may close this issue.

3 participants