Bruce Sharpe
Bruce Sharpe
@zhr1201 I've forked the code and updated it to use Keras 2 and TensorFlow 1.1. I haven't cleaned it up and made it publicly available yet though. Let me know...
Yes, since there is some interest, I will do that. I'll see if I can get to it this weekend. On Fri, Jul 28, 2017 at 6:58 AM, isklyar wrote:...
@isklyar I have updated my fork here: https://github.com/SingSoftNext/deep-clustering It's not pretty, but it works. I'm going to turn my attention now to implementing the algorithm in this follow-on paper: https://arxiv.org/abs/1611.08930...
@zhr1201 I hope you will be able to post your DANet code. It would speed things up to have that as a starting point.
Yes, we have a rough implementation of DANet. Would be happy to collaborate. My email address is in my Github profile. Send me a message there.
I'd like this too. I can disable single-line expressions (like `$e=mc^2$`) with an exclusion reg exp `\$.*\$`, but that doesn't help with multiline expressions.
I've solved it by using the right regular expression exclusions. The following will exclude spell checking inside code blocks and LaTeX, whether inline or multiline. This goes into `settings.json`. "cSpell.languageSettings":...
I've posted a solution here: https://github.com/streetsidesoftware/vscode-spell-checker/issues/357?_pjax=%23repo-content-pjax-container#issuecomment-898993398 It doesn't dynamically switch to the code fence language locally within the code fence, but it excludes spell checking in code blocks, which takes...
My test file is a frequency sweep from 0 Hz to 20 kHz, peak normalized to -3 dB. https://www.dropbox.com/s/fpzid8sz9avzse9/sweep_0_20K.wav?dl=0 I read it in and normalize the input values to be...
I've only tried bandpass so far.