-
## Where are we?
Exporting pytorch model for ExecuTorch runtime goes through multiple AoT (Ahead of Time) stages.
At high level there are 3 stages.
1. `exir.capture`: This captures model’s graph …
-
Most of TC examples are actually for tensor reshape or reduce. Any examples for tensor broadcast?
The following try isn't supported by TC:
```sh
def broadcast(float(N, M) I0) -> (O) {
O(n, m, …
-
### 🐛 Describe the bug
Hi,
I am trying to export a PyTorch model to ONNX, which utilizes pytorch3d.ops.ball_query. However, I have not been able to successfully export the model due to an exception.…
-
Hi,
If I understand right, your script only gives the diagonal terms of the hessian matrix and not the off-diagonal terms. Is there an efficient strategy to compute the off-diagonal terms of the he…
-
Hi all,
Following up on the tutorials thread [here](https://github.com/lhotse-speech/lhotse/issues/618#issuecomment-1564641754), I've written a first draft of a tutorial for using Lhotse with PyTor…
-
Next
- [ ] add `num_workers` option to data loader
- [ ] add `tensor.storage` method
- [ ] add support for loading saved optimizers (`load_state_dict`)
Performance
- [ ] Disable global VM l…
-
Hello
I wanted to update the Face Recognition demo with my board, while using your latest version.
The gender/age works, but I have an issue with the generation of the faceDemo.c file.
Each time I…
-
📚 This guide explains how to load YOLOv5 🚀 from PyTorch Hub https://pytorch.org/hub/ultralytics_yolov5. See YOLOv5 [Docs](https://docs.ultralytics.com) for additional details. UPDATED 26 March 2023.
…
-
Subscribe to this issue and stay notified about new [weekly trending repos in Jupyter Notebook](https://github.com/trending/jupyter-notebook?since=weekly).
-
### 🐛 Describe the bug
Hi, I have discovered an issue. The default distribution group type generated by Pytorch 2.0 is ProcessGroup, while in Pytorch version 1.8, it is ProcessGroupNCCL. By debuggi…