-
I've just received a huge amount of crash reports caused by an exception during the```DemandBuffer``` deallocation on iOS 13.
```
CrashReporter Key: fdb68c604e035dc1461eb2f1d3466cd19894c442
Hardwa…
-
first design will be implemented via an optimization pass, hooking into the existing framework for that. this is an incredibly powerful (and complex) tool for relayer operators, allowing for arbitrary…
-
> [§ 3.10.1](https://w3c.github.io/webrtc-nv-use-cases/#live-encoded-media) Live encoded non-WebRTC media ... An example is traffic cameras that serve video over HTTP ...
The surveillance use case …
-
https://github.com/Ma-Dan/yolact/tree/onnx - Ma-Dan version of yolact is onnx exportable (hope its good to JIT trace), tried this with pytorch frontend but getting segmentation fault at `partition_for…
-
**TL;DR:** Implementing block-sparse operations for faster matrix-multiplication.
Is this something worth adding to PyTorch?
Goals:
1. Faster matrix-multiplication by taking advantage of block-…
-
I stumbled over an issue with TFLiteConverter while testing from default virtual env instance.
Steps to reproduce...
Run baseline MNIST-to-TFlite tutorial running TF 2.4.0 hosted on Colab...
ht…
-
## Super Rough Version
**Message Types:**
1. Sub
2. Data (video segment)
3. Finish
4. Cancel
5. TranscodeResponse
6. GetMasterPlaylist
7. MasterPlaylistData
8. NodeStatusReq
9. NodeStatu…
-
**Is your feature request related to a problem? Please describe.**
It is not possible to get per message stats accumulated since the node has started. This would make analyzing network traffic in d…
-
The OpenMW post processing merge request is in final review and testing stage, and while OpenMW Android port with the latest gl4es nightly can run with post processing on or off without glitches, and …
-
I'm using TVM's BYOC approach to integrate TVM and TensorRT. But I observe a huge significant performance gap between them.
Firstly, I am using the VAE decoder model.
Upon using TensorRT directly,…