Eduard

Results 25 comments of Eduard

`convert_list_to_vector` maybe? ```c for (int z = 0; z < f; z++) { PyObject *key = PyInt_FromLong(z); PyObject *pf = PyObject_GetItem(v, key); (*w)[z] = PyFloat_AsDouble(pf); Py_DECREF(key); Py_DECREF(pf); } ``` https://github.com/spotify/annoy/blob/master/src/annoymodule.cc#L310

[Maybe relevant](https://github.com/tensorflow/tensorflow/issues/27692)? Upgrading to Numpy 1.19.1 did not help.

Might be a tensorflow issue. It is definitely not a CPUGPU issue as my test rig does not have a GPU.

The issue is present in both Tensorflow verisons. Tested in Docker. Tensorflow: 1.15.2 (`tensorflow/tensorflow:1.15.2-py3-jupyter`): - Vector add: 29.82 - Index build: 0.08 Tensorflow: 2.3.0 (`tensorflow/tensorflow:latest-jupyter`): - Vector add: 28.09 -...

Same in docker ``` root@ide:~# cd localsrc/ root@ide:~/localsrc# serverless plugin install --name serverless-dynamodb-local Serverless: Running "serverless" installed locally (in service node_modules) Serverless: Installing plugin "serverless-dynamodb-local@latest" (this might take a few...

Plugin also must be installed globally: ``` npm install -g serverless-dynamodb-local ```

Also does not help on linux. Tried downgrade, local and global reinstall, no dice.

man class method or man class:method man class to show class docs

@ChaosGreyder: добавьте еще туда в вывод FormalSpec из CompiledMethod