Results 16 issues of Andrew Gibiansky

This commit adds the `tensorflow.contrib.mpi` namespace and contrib project, which has a variety of ops that work with MPI. The MPI system works by starting a background thread which communicates...

I'm having some issues using PyTabix with the python `multiprocessing` module; it seems that it somehow results in memory corruption of some sort, and messages along the lines of ```...

Hey there, Is there a page (wiki, external documentation, etc) that has a somewhat simple step-by-step guide to using CocoaFob? I am having a lot of trouble getting it up...

I would like to be able to use `singleton` with `Set a`. This is exported by `Data.Set`, but can't be implemented using `classy-prelude` because `singleton` requires `IsSequence`, which `Set` isn't....

Hey there, Is QNNPACK still being actively developed? I noticed that the last activity was in August of last year but it does seem like an important part of Pytorch....

I'd like to use `tmpnb` in a custom application. I need to be able to generate links, which, when clicked, take users to a notebook prepared for them. I can...