Alex18947

Results 13 comments of Alex18947

Hi walktree, thanks for your comment. No, that's not the case. Even if you create a loop like this in your code: `while (1) { output = net.forward(img_var); }` the...

Ok, looking into this a bit more, it seems that the CPU is being consumed by the Darknet::forward implementation. In a standard case you would chain SequentialImpl and call forward...

Just FYI, I believe to know what's happening here. See the discussion [here](https://github.com/ChipsSpectre/chipstorch-yolov3/issues/1). A.

Hi, I think it might be correct. As per RFC 5424 the message part is encoded in UTF8 and 3 UTF preamble bytes are included before the message text. You...

Thanks for looking into this. Yes, the comment is unusual to say the least. These images are coming from IP cameras out of our control. Knowing the nature of the...

Expanding on the CRC calculation problem, this gets even more interesting. It turned out that for a small number of messages (so not only the NULL messages) the CRC check...

Looking some more into this, it seems that it happens when images from Wepdtof dataset are included in the training set. It does not happen for me, when I only...

Yes. We regularly update the drivers. We first saw this problem with TensorRT 8, now we are using 10.7. The problem is the random and rare occurrence and almost no...

Ok, we were finally able to get some information from the IErrorRecorder interface. Since it takes days to weeks for the execution context to fail, it took some time. The...

No. At least not easily. As I cannot play around with the customer servers, I would basically need to build a new server, configure the high load scenario and wait...