Skip to content

Instantly share code, notes, and snippets.

@HudsonHuang
Last active December 31, 2019 03:43
Show Gist options
  • Save HudsonHuang/18028e1463c6e9070a41f64c83ceda40 to your computer and use it in GitHub Desktop.
Save HudsonHuang/18028e1463c6e9070a41f64c83ceda40 to your computer and use it in GitHub Desktop.
spectral_feature_compare

| Feature | nnAudio | torch.stft | kapre | torchaudio | tf.signal(or else tf. stuff) | torch-stft | librosa | | ---|---|---|---|---|---|---|---|--- | | Trainable | 1 | 0 | 1 | 0 | 0 | 1 | 0 | | ModelConvert* | 1 | 0 | 1 | 0 | 0 | 1 | 0 | | Speed(Need test**) | 0 | 0 | 0 | 0 | 0 | 0 | 0 | | Differentiable(Not sure**) | 1 | 1 | 1 | 1 | 1 | 1 | 0 | | Mel | 1 | 0 | 1 | 1 | 1 | 0 | 1 | | MFCC | 0 | 0 | 0 | 1 | 1 | 0 | 1 | | CQT | 1 | 0 | 0 | 0 | 0 | 0 | 1 | | GPU support | 1 | 1 | 1 | 1 | 1 | 1 | 0 |

Command Description
git status List all new or modified files
git diff Show file differences that haven't been staged
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment