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

Task List for DS2 on Paddle #176

Closed
13 of 17 tasks
xinghai-sun opened this issue Jul 25, 2017 · 7 comments
Closed
13 of 17 tasks

Task List for DS2 on Paddle #176

xinghai-sun opened this issue Jul 25, 2017 · 7 comments

Comments

@xinghai-sun
Copy link
Contributor

xinghai-sun commented Jul 25, 2017

For tracking progress of key tasks:

  • Warp-CTC‘s numerical instability problem and INF bug.
  • Bad convergence for THCHS-30.
  • Performance drop for latest paddle version.
  • Inconsistent results between trainer.test and inference.infer (issue).
  • Prefix-beam-search decoder's difference with speech_dl codes.
  • Double check for the reliability of Paddle-v2 (by comparing V1 and V2).
  • Experimenting with MFCC.
  • Kubernetes running and profiling.
  • Performance profiling.
  • Make autoset for cudnn-conv and cudnn-batch-norm.
  • Speed difference for gpu-00 and gpu-01 machines.
  • Debug for incorrect inferencing with multiple GPUs (issue).
  • Unicom-3k data preprocessing.
  • Remove padding steps from ctc loss computation.
  • Fix CUDNN_STATUS_NOT_SUPPORTED error (Issue).
  • Make setup.sh more robust. update installation of libsndfile, add unitest of soundfile #177 make kenlm install more robust #182
  • Add a real-time ASR demo (server + client) (PR).

https://github.com/PaddlePaddle/Paddle/projects/17

@lcy-seso
Copy link
Collaborator

@xinghai-sun autoset cudnn-conv and cudnn-batchnorm is fixed in this PR https://github.com/PaddlePaddle/Paddle/pull/3049/files

@xinghai-sun
Copy link
Contributor Author

@lcy-seso Great! Thanks!

@xinghai-sun
Copy link
Contributor Author

[Performance drop for latest paddle version] Done.

After this issue fixed, the training convergence rate of cudnn_conv and cudnn_batch_norm is consistent with that of exconv and batch_norm.

However, when doing inferencing we run into this CUDNN_STATUS_NOT_SUPPORTED error (Issue).

@xinghai-sun
Copy link
Contributor Author

Inconsistent results between trainer.test and inference.infer (issue).

Done.

@pkuyym
Copy link
Contributor

pkuyym commented Aug 1, 2017

Warp-CTC's numerical instability and INF bug are fixed by #3105 and #5, details are in #3076.

@kuke
Copy link
Collaborator

kuke commented Aug 2, 2017

Seems that cuDNN >= 6.0 has fixed the CUDNN_STATUS_NOT_SUPPORTED error we meet. Update README in DS2 and add cuDNN version check in Paddle accordingly.

@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!

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

No branches or pull requests

5 participants