Bram Veldhoen
Bram Veldhoen
No need to dump redox (or redis) over a linker error. This may be related to the change of default ABI by gcc, see here: https://gcc.gnu.org/onlinedocs/libstdc++/manual/using_dual_abi.html. Some questions: - Which...
No, I was using std::vectorstd::string for the result type. When it turns out that using redisReply for the result type works, I'll close this issue. Thanks!
Hi @JanuszL, Thanks for your response. In our scenario, any number of items in the batch could be 'empty' (or not). For instance, in a batch of 4, only 1...
I see! I didn't know that the conditional execution was per sample, thanks for the clarification. I'll give it a try (next week). Will this work with a fn.python_function with...
I'm running into the same issue and would most likely be able to solve it with a new operator multi_crop_mirror_normalize (or if that's not possible, multi_crop or multi_slice).
Seeing this with other tools as well: Running the docker container with --privileged, using mounts: -v /lib/modules:/lib/modules -v /usr/src:/usr/src -v /etc/localtime:/etc/localtime -v /sys/kernel:/sys/kernel ``` root@container:/usr/share/bcc/tools# funclatency -p 1 -r /usr/local/lib/libmylib.so:.*MyClass.*Exec.*...
Hi @myungjoo, Thanks for your reply! My issue isn't so much with the version of cuda, but more with the version of tensorrt. I couldn't find the UffParser anymore, it...
Hi @myungjoo, I managed to get it to work, after shooting myself in the foot a couple of times :). See the branch above. Using the ultralytics yolov5su model from...
I've added a basic runTest.sh to be able to invoke the tensorrt tensor_filter, but the test doesn't do any validation. Do you have a suggestion/pointer on how this test can...
> > I've added a basic runTest.sh to be able to invoke the tensorrt tensor_filter, but the test doesn't do any validation. Do you have a suggestion/pointer on how this...