-
SciQLOP can display spectrograms
-
### Checklist
- [X] I have checked the [issue page](https://github.com/lay295/TwitchDownloader/issues?q=is%3Aissue) for duplicates
- [X] I am running the latest version ([download here](https://githu…
-
`InverseMelScale` uses SGD inside so it does not work when the global context is `no_grad` or `inference_mode`. Or even when `requires_grad=False` would make it fail. This gives bad UX for inference.
…
-
=> Found 1 tracks to analyze.
=> Found 1 tracks already demixed, 0 to demix.
=> Found 1 spectrograms already extracted, 0 to extract.
Analyzing 000RDkxd2pP2Td.mp3: 0%| …
-
Want to create a quick proof of concept to show additional data that could be collected and used to train more nuanced models.
1) Orca, bird, other animals similar to Orcas (but in the end noise fo…
-
when creating spectrograms add a condition for the cases when the track starts with silence. Start the 5 seconds only after there is a noise
-
This repository is more than 800 MB. I think that the reason for this is that the pickle files are stored in the repo, and `git` cannot properly store the diff, so it has to store the entire file ever…
-
### This issue is to have a centralized place to list and track work on adding support to new ops for the MPS backend.
[**PyTorch MPS Ops Project**](https://github.com/users/kulinseth/projects/1/vi…
-
Hi! I just tried upgrading from your original ZapLine algorithm to ZapLine-plus. After Zaplining the data using zapline-plus, I imported the cleaned data in Python and noticed what I believe is an ar…
-
spectrogram plot function uses contourf, which takes a long time for larger spectrograms since it has to compute a contour
Using plt.imshow() and make the x and y axis would be prefered