Alex Wiltschko

Results 91 comments of Alex Wiltschko

Nice, thanks for the extremely succinct reproducing case! I’ll take a look at it and try to get a fix ASAP On Thu, Mar 22, 2018 at 11:01 AM James...

Hey, we have an implicit contract that all functions must be called via modules, not as object methods. Try `np.sum(np.exp(x)) + 1`. We haven't gotten around to enforcing this automatically...

You're correct that we need to make this specific thing better and clearer. I'll think on how best to do that. On Mon, May 21, 2018 at 11:18 AM Matthew...

That's a really interesting error, I'll take a look into what specifically is causing the bug here. My guess is there's something wrong with our activity analysis, triggered by the...

Any decision been made here on whether to use lib2to3? Would love to hear if you learned anything if you went deeper into lib2to3 and either found it useful or...

+1 I see the issue on OS X, via a pip install. Goes away with python setup.py develop.

For ref: https://github.com/numpy/numpy/issues/7225

I'm happy to hack around, if there were a simple hello world example to how this library maps onto, for example, the C API for MPI?

Cool, thanks. And the mpiT project adds support for serializing and sending Torch tensors? On Thu, Jan 22, 2015 at 10:58 AM, sixin-zh [email protected] wrote: > maybe take a look...

That's fantastic, thanks Eric! On Thu, Jan 3, 2019 at 7:54 AM Eric Ma wrote: > Putting this here and tagging myself @ericmjl > so that I can remember this...