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

Add simplified model configuration for DeepSpeech2. #2231

Closed
xinghai-sun opened this issue May 22, 2017 · 1 comment · Fixed by PaddlePaddle/models#55
Closed

Add simplified model configuration for DeepSpeech2. #2231

xinghai-sun opened this issue May 22, 2017 · 1 comment · Fixed by PaddlePaddle/models#55
Assignees

Comments

@xinghai-sun
Copy link
Contributor

xinghai-sun commented May 22, 2017

  • Create a simplified model configuration for DeepSpeech2 on V2 APIs.
    • With fixed-length (by padding) batches.
    • With only bidirectional-GRU.
    • With only greedy decoder (max + post-processing).
  • Here "simplified" refers to the above limitations, so that we can move on without being blocked by other un-resolved tasks (e.g. 2228, 2230 etc.).
  • About network architecture please refer to DS2 paper and the design doc.
  • Please test it on GPUs, and make sure to achieve at least a normal convergence.
  • Please pull your codes and docs into PaddlePaddle/models.
@xinghai-sun xinghai-sun self-assigned this May 22, 2017
@xinghai-sun xinghai-sun added this to Feature Requests in Deep Speech 2 May 22, 2017
@xinghai-sun xinghai-sun moved this from Feature Requests to Developing in Deep Speech 2 May 22, 2017
@xinghai-sun xinghai-sun moved this from Developing to Under Reviews in Deep Speech 2 May 24, 2017
@xinghai-sun
Copy link
Contributor Author

Pull Request PaddlePaddle/models#55

@xinghai-sun xinghai-sun moved this from Under Reviews to Done in Deep Speech 2 Jun 2, 2017
heavengate pushed a commit to heavengate/Paddle that referenced this issue Aug 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Deep Speech 2
  
Done
Development

Successfully merging a pull request may close this issue.

1 participant