Haixuan Xavier Tao
Haixuan Xavier Tao
## Merging two branches together to enables CUDA 11 Support on ONNX 1.7 The first one is: https://github.com/nbigaouette/onnxruntime-rs/pull/78 The second one is: https://github.com/radu-matei/onnxruntime-rs/tree/cuda ### This solution may not be perfect...
This PR implements the fetching of network information for linux process using the `proc/{pid}/net/dev/`information and summing up all bytes transmitted and received. Knowing that this is not implemented for all...
Providing CUDA and CUDNN driver within docker image simplify compatibility issues. This is especially true for onnxruntime 1.6 and 1.7 depending respectively on CUDA 10 and 11. Those images does...
Having python dependencies is hard to manage when called from other languages. If Rye could install those dependencies through a library, that would make it a lot easier to integrate...
I'm trying to use `opendrive_map` sensors within the leaderboard by setting up: ```python class Track(Enum): """ This enum represents the different tracks of the CARLA AD leaderboard. """ SENSORS =...
**Describe the bug** Dora remote connection has been long awaited. We however need to fix a couple of things to make it work: **Tracking issue** - [x] Make hard-coded `localhost`...
In an effort to address, developers difficulty in discovering dora-rs functionality, I'm adding a way to: - Generate JSON Schema: https://json-schema.org/ using `schemars` - JSON Schema can be interpreted by...
## Context Dora-rs Operators was built to make Intra Process Communication and makes it possible to run multiple operators within a same process. This could reduce process usage and use...
We currrently have a very bespoke implementation of a timer within dora, that is if we see `dora/timer/secs/1`, we spawn a timer node inside of the graph. The thing is...