cchudant

Results 35 comments of cchudant

Oh, I forgot Peer A needed Peer B's SDP answer as well. Should we create another protocol for exchanging SDPs then?

Try this: ```js const fetch = require('node-fetch') const FormData = require('form-data') const { Readable } = require('stream') let i = 0 const stream = new Readable({ read(size) { i++ this.push(i

This function is needed for `node-fetch` to work. `node-fetch` need to know the content length in order to send the `Content-Length` header when the length is available.

@0xBYTESHIFT > what's the status of it now? does yolov5 work in tract? YoloV5 works without any problem! It's just that the postprocessing that they use in yolov5rt with torchvision.nonmaxsuppression...

cleaned up and added tests for nearly all bonuses @t0mm4rx

That helped me a lot. Thank you!

ah, that's kinda bad my kernels are actually slower than avx256? there is something wrong with my methodology then?

> Out of curiosity, have you ran this under anything like VTune or Advisor? I'm curious what they'd say and identify as concerns. Yes, vtune. Obviously there is something I'm...

Okay, I did not have that much time to look at this today, but I managed to replicate the regression locally, and looking at vtune, apparently i'm spending wayy too...