Julien Plu

Results 34 comments of Julien Plu

Thanks @NicolJiang for your reply. As you can see in my previous post my ```config/elasticsearch.yml``` file already contains these lines. Any other idea?

The same behavior, nothing has changed.

My elasticsearch Cluster is in a Docker container on the same machine, yes.

@mobz After doing: ```curl -v -XOPTIONS -H 'Access-Control-Request-Method: GET' -H 'Origin: http://localhost:9100' http://localhost:9201/``` Here what I get: ``` * Trying ::1... * TCP_NODELAY set * Connected to localhost (::1) port...

Yep, I came up to that thread as well, but I checked what they say and all my DLLs for OpenCV, FFMPEG and Pthread are in 64 bits :( So...

It is not working. Here what I did: ``` import deepdish as dd import numpy as np d = {'foo': np.ones((10, 20)),'sub': {'bar': 'a string',u'é'.encode("utf-8"): 1.23,},} dd.io.save('test.h5', d) ``` And...

Thanks a lot for jumping quickly into this issue @gustavla I will closely follow the issue on PyTables. I'm using Python 3 for now as a work around.

For my own case, I would love to be able to have my data preprocessing directly available in Triton, such as tokenization. I can do it locally if I use...

For me to have a shared library would be more flexible in order to let the users to bring their own ORT extensions.