khaotik
khaotik
@zhr1201 Thanks for your interest and sorry for the late reply. I don't have time to work on this. PRs are welcome though.
TIMIT and WSJ0 both need paid license. There's a [torrent](http://academictorrents.com/details/34e2b78745138186976cbc27939b1b34d18bd5b3) for TIMIT though.
@caozhp3 I don't have time to work on it, but it looks trivial. Either you are running `python2`, or an old version of `python3`. Using latest version of `python3` would...
Here's MWE, I encountered this problem from a completely different code base. I suppose the problem is related to garbage collection order? ```python #!/usr/bin/env python3 class Foo: def __init__(self): self._open...
@botev So here's what I have in mind: > How to use the OpFromGrad when you need to backpropagate 2 things You could write an `OpFromGraph` with a copy of...
In particular, vscode pauses whenever an auto-completion menu is about to show up.