-
### 🐛 Describe the bug
```python
import torch
def f(a):
tmp = a.detach()
a.mul_(2)
return a, tmp
inp = torch.ones(3, requires_grad=True)
graph_inp = inp.mul(2)
print(inp)
o…
-
> **I checked the issues in this Repo and searched the error on search engines and forums but found nothing helpful.**
Hi there, thanks for releasing this amazing work!
I am trying to run [M…
-
**Update** -- actually after the following fix, it works and generates the diarization.
**After** installing whisperX:
```bash
!pip install light-the-torch
!ltt install torch==1.13.1 torchvision==…
-
### 🐛 Describe the bug
```
import torch
def affine_grid_cl():
torch.manual_seed(123)
theta = torch.rand([6, 3, 4], requires_grad=True)
grid = torch.nn.functional.affine_grid(theta,…
-
### 🐛 Describe the bug
The SDPA tutorial is failing for [Explicit Dispatcher Control step](https://pytorch.org/tutorials/intermediate/scaled_dot_product_attention_tutorial.html#explicit-dispatcher-co…
-
### 🐛 Describe the bug
Perhaps I'm completely misunderstanding how the `schedule` function should behave so please correct me if I'm wrong, but it looks like there are many unexpected results with …
-
Hi there, trying to inference using gradio client but running into error reported as `"NETWORK ERROR DUE TO HIGH TRAFFIC. PLEASE REGENERATE OR REFRESH THIS PAGE."` when using sample image and text inp…
-
### 🐛 Describe the bug
The op signature from https://pytorch.org/docs/stable/generated/torch.Tensor.random_.html#torch.Tensor.random_
is that first argument is from and second to, looks like this i…
-
### 🐛 Describe the bug
There seems to be regression in the dynamo export of the MONAI VNet model as regards `aten.expm1.default`.
```
Traceback (most recent call last):
File "/usr/local/lib/pyth…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits of both this extension and the webui
### What happened?
Whenever i do …