cchudant
cchudant
Hey, I would like to port pygame to pyodide. How can I do this? Do you have any documentation on how to port packages?
Actually, I propose we just do what ONNX is doing https://github.com/onnx/onnx/blob/main/onnx/onnx.proto#L479
Yes, we should continue using a streaming request, and splitting the array into different RunModelRequests. ONNX is kind of doing the second option I was proposing: ```proto message Tensor {...
Related: https://github.com/rustsec/rustsec Could be a good idea to integrate that
> Related: https://github.com/rustsec/rustsec Could be a good idea to integrate that Cargo audit support done in #24 but temporarily disabled for now
Added test coverage reporting to the list
It is written in the medium post i think. Basically, in io intensive operations / code that calls syscalls a lot, a lot of time is wasted in context switching...
Cool! By refactor I did not mean heavy refactoring, just changing how inference_rules, output_facts are done, moving stuff to opl, and yes, probably redo the evaluation part. I haven't really...
> I'm curious, what does yolo do that needs a non-constant if conditional ? I think it's conditionally calling NonMaxSuppression depending on the number of boxes found in the image....
Could the `dialMe` protocol (https://github.com/libp2p/specs/pull/64) be used to achieve browser-to-browser p2p? Here is how that would work: - Peer A wants to dial Peer B - Peer A uses p2p-circuit...