Vincent

Results 9 comments of Vincent

Hey all, I am having the exact same issue. After the line `Starting Python backend stub:`, it hangs. Running htop on the host machine shows no activity. I am trying...

Here is the error I am facing: ``` Traceback (most recent call last): File "", line 5, in File "", line 553, in module_from_spec AttributeError: 'NoneType' object has no attribute...

This doesn't really answer the original question which was that python function cannot be serialized. DALI support `torch_python_function` which is great, but cannot be serialized... Any help is welcome !

Commenting just to do a +1. As @SunXuan90 said, the set of operations in DALI is really good for pre-processing, but lack some operation for post-processing: argmax, argmin, threshold etc.

If it's intended, can someone indicate me how to achieve my goal. If it's not intended, probably the unit test should include this. Thanks a lot !

Thank you for your answer ! Passing a logger to Pulsar Client has always seem to work fine, and the associated level was always respected. But for some reason, using...

Starting to answering some of my questions in case someone has the same issue. It seems like the python client is using `geventhttpclient` client to communicate with the server. Based...

After further investigation, it sounds like the `geventhttpclient` is lazy managing a pool of connection, which means it will create connections only when none is available. Therefore, if you use...