David Bau
David Bau
Also there is mosh, which is really the right way to manage terminal session connections from a laptop or mobile device. https://mosh.org Extraterm is an amazing project. It would be...
That extension should be jit compiled - What version of pytorch are you using? (JIT compilation was added, and also changed, in pytorch in the last year or so) Try...
Approximate stats would be nearly as good. If log volume is a problem, logs could be sampled.
This test fails for me because cg.variables seems to be coming back in an order different from the one expected by the test. Maybe theano changed the order? I am...
Yes, I have gpu enabled. Not the right way to run tests? Error message is just this: ``` $ nose2 tests.test_variable_filter Using gpu device 0: GeForce GTX TITAN X (CNMeM...
The situation is better than 2012 when #678 was closed. Browsers (including IE11) now support loading webworker from blob urls, so we can now XHR the worker code cross-domain (assuming...
@lingeo: please open new records for differnt issues; this is unrelated. I've moved your question to #5.
@datwelk: are you still encountering this ZeroDivisionError problem? Some of the logic in upsample.py depends on the specific way you have written things in your proto config. It will be...
Two steps: (1) The first step is to train a styleganv2 on your dataset. This is most of the work. You can Google to find various tutorials to do this...
So the (k*, v*) correspondence comes from the "copy-paste" action. See the function `rewrite.ganrewrite.ProgressiveGanRewriter.paste_from_selection`. The output variable `goal_in` corresponds to k* and the variable `goal-out` is v*. Note that `goal_in`...