Christoph Lassner
Christoph Lassner
Hi @susannasiebert, Yes, PyMP is in principle supported on MacOS and works well! You can run the tests in a cloned PyMP folder using `python setup.py test` to confirm this:...
Hi @laytonjbgmail , That's interesting! I assume you are importing and using PyMP already in a multi-process environment in this failure case? In PyMP, I do not configure a port...
Hi Jeff! Getting back on this stale issue: do you have a reproducer, or can I close this issue in the next week assuming it is resolved in the meantime?...
Hi @Aparajit-Garg! The direct 3d prediction is the 'fast' version of the body fitting. This is described in the last part of the method section in the paper. It requires...
Hi @charles-r-earp ! Thanks for the detailed response! Wow, impressive that the function for zeroing in Vulkan is slower than a compute shader! And I take it optimizing the staging...
Great news from the side of PyPy: since version 5.6.0 (released in November) the devs included a compatibility layer for the CPython C-API (cpyext) (see also [here](https://morepypy.blogspot.de/2016/11/pypy27-v56-released-stdlib-2712-support.html)). With this, I...
Just posted on the pypy dev mailing list to get a bit more input from that side! Will post further info here...
One of the devs was incredibly quick to reply: apparently, all the symbols I mentioned are part of `libpypy-c.so`, which is in the bin folder of the pypy distribution. I'm...
Alright, managed to build with bazel and cmake successfully (v1.0.0-rc0). The trick to make it work is to rename the generated `_pywrap_tensorflow.so` to `_pywrap_tensorflow.pypy-XX.so`, where XX is the pypy version...
Any feedback on this from the interface developers? Could this TypeError be resolved easily?