Results 421 comments of Jan Schlüter

Very cool indeed! > it should make Theano integration a breeze! The license prevents incorporating it directly in Theano, but it should be possible to do a separate module providing...

Now that's a wealth of great news! :) I don't have a Maxwell GPU to work with yet, but it can't hurt to have a look and follow along with...

Interested as well! In the current dataset, the sentence splits are partly broken -- whenever a sentence does not end in a punctuation mark, it is merged to the following...

Note that if you get the normalization correct, you also get quite decent results by just transposing the mel filterbank (in-the-wild example: https://github.com/bkvogel/griffin_lim/blob/master/run_demo.py#L110). It's also possible to use the pseudoinverse...

> I might include an implementation in MSAF sometime in the future Yeah, thanks for the reminder! I'll still have to figure out what's possible. Maybe the most realistic setting...

> I did a tiny rework of @TIXFeniks 's notebook to make it 'conditional' and it does work That's cool. I think I'd prefer the conditional version if we are...

> Perhaps we should add an "External Resources" section to `README.md` with description and links to repos like yours? We also still have this wiki page for links to things...

> maybe @f0k should reproduce his ISMIR paper from last year with Lasagne ;) > > For any of the above, data is an issue as none of them are...

> As you can see, if the next layer and the current layer have different output shapes, you need to linearly project the output of the current layer so that...

> It'd be easier to work with and make pull requests if this was a script rather than a notebook, but it's up to you. It's mostly a notebook because...