nyucds
Here are 27 public repositories matching this topic...
https://github.com/kislyuk/argcomplete allows for easy integration with bash auto-completion.
-
Updated
Jun 22, 2020 - Python
@choldgraf just pointed me to this repo. I haven't had much time to dig into it, but it looks like a promising method for resampling. Have you by chance looked at how it compares to the polyphase resampling recently added to SciPy scipy.signal.resample_poly? I imagine this might be faster (argume
List example repos
Hi,
working with pescador in a couple of projects, I realize that I learned most from looking at other implementations.
Maybe we could compile a list of some projects using pescador, maybe sorted by framework?
This goes beyond the gallery and does not necessarily have to be didactic. It's rather a source of "inspiration".
Keras
add pytorch example
A pescador paper?
-
Updated
Dec 28, 2019 - TypeScript
-
Updated
Jun 7, 2018 - Java
-
Updated
Apr 28, 2019 - Python
E.g.: object-tracking and repromatch
From @remram44 : The box is in a weird state right now, updating it might be difficult. It might be possible to add this one example, starting from the current pre-built box, just creating this one environment. Be careful to create a new version in OSF without removing the previous ones!
-
Updated
Aug 27, 2014 - Java
-
Updated
May 22, 2020 - Python
The templates were made on the previous version of bootstrap and should be updated to bootstrap 4.
See also #29 on GitLab
-
Updated
Mar 16, 2020 - Python
Gives wrong answer if UNIX permissions are weird (u-rwx?). Need to investigate, and replace with low-level stat() calls in rpaths if needed.
-
Updated
Oct 24, 2016 - JavaScript
-
Updated
Apr 20, 2020 - Python
-
Updated
May 2, 2019 - C++
-
Updated
Jun 26, 2020 - C++
-
Updated
Jun 26, 2020 - C
-
Updated
May 29, 2019 - Python
-
Updated
Oct 16, 2015 - Java
-
Updated
May 20, 2020 - Jupyter Notebook
Improve this page
Add a description, image, and links to the nyucds topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the nyucds topic, visit your repo's landing page and select "manage topics."
Description
STFT allocates an output buffer, but sometimes you might want to have it compute directly into an existing buffer. For example, in griffin-lim, the method alternates stft/istft for each iterate, which is then discarded. It would be better if we could give it an
out=variable, which it would use instead of allocating a new buffer; this way, we could cut down on redundant mem