-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: ZJMen/python_speech_features
base: master
head repository: jameslyons/python_speech_features
compare: master
- 10 commits
- 4 files changed
- 5 contributors
Commits on Jul 20, 2018
-
updated base.py. (winfunc added in logfbank)
Previously I was using fbank for feature extraction. Then when I found that when I used log on the Fbank the accuracy of the model was better. But I was using hamming frame on windows for feature extraction, because of this I was taking log after implementing fbank. So it would be better if we have a choice to apply window function while using logfbank function as well.
Configuration menu - View commit details
-
Copy full SHA for cd07c3e - Browse repository at this point
Copy the full SHA cd07c3eView commit details
Commits on Jul 24, 2018
-
Merge pull request jameslyons#67 from mr-yamraj/master
updated base.py. (winfunc added in logfbank)
Configuration menu - View commit details
-
Copy full SHA for 4b2ac00 - Browse repository at this point
Copy the full SHA 4b2ac00View commit details
Commits on Aug 21, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 964a583 - Browse repository at this point
Copy the full SHA 964a583View commit details -
Merge pull request jameslyons#69 from customprogrammingsolutions/inst…
…all-requirements Fix setup.py and requirements
Configuration menu - View commit details
-
Copy full SHA for 044d307 - Browse repository at this point
Copy the full SHA 044d307View commit details
Commits on Dec 20, 2018
-
Fix common "WARNING:root:frame length (X) is greater than FFT size" c…
…ase by auto-generating the minimum viable NFFT size if not directly specified
Configuration menu - View commit details
-
Copy full SHA for 9ab3287 - Browse repository at this point
Copy the full SHA 9ab3287View commit details -
Merge pull request jameslyons#76 from erikma/dev/erikma/autoNfft
Fix "WARNING:root:frame length (X) is greater than FFT size"
Configuration menu - View commit details
-
Copy full SHA for 40c5902 - Browse repository at this point
Copy the full SHA 40c5902View commit details
Commits on Jan 14, 2020
-
bumped minor version number - no other changes
Need to create a release for DOI generation on zenodo
Configuration menu - View commit details
-
Copy full SHA for 23a78b8 - Browse repository at this point
Copy the full SHA 23a78b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a2d76c - Browse repository at this point
Copy the full SHA 9a2d76cView commit details
Commits on Dec 31, 2020
-
docs: fix simple typo, seccessive -> successive
There is a small typo in README.rst. Should read `successive` rather than `seccessive`.
Configuration menu - View commit details
-
Copy full SHA for 273e27e - Browse repository at this point
Copy the full SHA 273e27eView commit details -
Merge pull request jameslyons#97 from timgates42/bugfix_typo_successive
docs: fix simple typo, seccessive -> successive
Configuration menu - View commit details
-
Copy full SHA for e280ac2 - Browse repository at this point
Copy the full SHA e280ac2View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master