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

Code reformat, refactor and bug fixes #70

Open
wants to merge 17 commits into
base: master
Choose a base branch
from
Open

Conversation

qwfy
Copy link

@qwfy qwfy commented Oct 6, 2019

Thanks for the idea :-) One of our product uses this repository, many changes are made to integrate this repository to our environment, I finally got some time to back port some of them (non-application specific part) into this repository, I hope this helps.

Notable changes are:

  • Change the description in the README.md "Note that we split the speech signals into chunks of 200ms with 10ms overlap" to "... with 190ms overlap", since this (190ms) is what implemented in the code.
  • Fix the offset-by-one error when making batches
  • Add support for DataParallel
  • Reformat the code according to PEP8 (except 2 spaces is used as indentation)

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.

None yet

1 participant