-
As we move towards the launch of the new version of Exercism we are going to be ramping up on actively recruiting people to help provide feedback.
Our goal is to get to 100%: everyone who submits a s…
-
We have a use case where we would like to dask.distributed to parallelize a python-bound C++ program that would work best if it could consume 8-32 threads depending on the problem size and will manage…
-
With reference to #5, we should test which execution order and chunking allows for fastest processing of the data and design the file format accordingly to allow loading the data in continuous blocks.…
-
With the addition of utility classes our circleCI build time has increased by quite a bit. It's been a while since we've taken a look at the build/test process and I believe that the package may be bu…
donjo updated
6 years ago
-
Trying to build from current master with Anaconda Python 3.6 on Windows (64 bit), gives
C:\Users\xas_user\Documents\GitHub\tomopy>python setup.py build
running build
running build_py
running egg…
-
With the 3.200 CentOS release, I tried to start plugins on a CentOS server without X server. Vaa3D complains `cannot connect to X server` for all plugins.
I can reproduce this error with simply `vaa3…
-
Hey @dgasmith ,
As we have discussed, we have a problem with the compilation time of the package using g++. In our local machines and the supercomputers, this is not really a problem, since althoug…
-
Hi,
I am encountering an error while installing the development version of python-fsps on a Mac Pro (OS X El Capitan). I am using the Anaconda package and v3.6.1 of Python to perform the installat…
-
Hi @pudae ,
Do we have any options to control the number of threads in TF-Slim both in training and evaluation processes?
Specifically, I use [this network](https://github.com/pudae/tensorflow-d…
ghost updated
6 years ago
-
GNU makefiles are extremely convoluted, and it can't be built.
Are you able to change to cmake or meson, which are known to be much easier and more scalable build systems compared to gmake?