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

Make power and normalized configurable for transforms.MelSpectrogram #633

Merged
merged 1 commit into from May 13, 2020

Conversation

tbright17
Copy link
Contributor

@tbright17 tbright17 commented May 12, 2020

Fixes #624

@codecov
Copy link

codecov bot commented May 12, 2020

Codecov Report

Merging #633 into master will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #633   +/-   ##
=======================================
  Coverage   89.00%   89.01%           
=======================================
  Files          21       21           
  Lines        2255     2257    +2     
=======================================
+ Hits         2007     2009    +2     
  Misses        248      248           
Impacted Files Coverage Δ
torchaudio/transforms.py 95.77% <100.00%> (+0.02%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 00d3820...097caa1. Read the comment docs.

Copy link
Contributor

@vincentqb vincentqb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@vincentqb vincentqb merged commit 36a1e90 into pytorch:master May 13, 2020
bhargavkathivarapu pushed a commit to bhargavkathivarapu/audio that referenced this pull request May 19, 2020
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.

Configurable "power" of Spectrogram inside MelSpectrogram
2 participants