-
If an SVD has degenerate singular values (multiple entries of S are exactly equal), the gradient pass will give `nan`.
This is because the [AD formula](https://arxiv.org/pdf/1909.02659.pdf) contain…
-
### 🐛 Describe the bug
```python
writer.add_graph(self.model, [history_data, long_history_data, None, iter_num, epoch])
```
```
File "/home/seyed/miniconda3/envs/env/lib/python3.11/site-pac…
-
### Your current environment
```text
Collecting environment information...
PyTorch version: 2.4.0
Is debug build: False
CUDA used to build PyTorch: 12.1
ROCM used to build PyTorch: N/A
OS: Ub…
htlou updated
3 weeks ago
-
**What happened**:
When I follow https://github.com/kubeedge/sedna/tree/main/examples/federated_learning/yolov5_coco128_mistnet, an error occurred while mistnet was deploying federated learning sa…
-
### 🐛 Describe the bug
I wanted to calculate some jacobian from the output of an LSTM, so I use funcitonal_call and feed the parameter of LSTM as input.
```python
import torch
from torch.func i…
-
### 🐛 Describe the bug
When using compile mode, i am getting graph breaks due with following errors
"[rank0]:I0702 10:23:29.307000 139872906987520 torch/_dynamo/variables/higher_order_ops.py:468] …
-
### Your current environment
```text
WARNING 11-14 02:19:07 _custom_ops.py:20] Failed to import from vllm._C with ModuleNotFoundError("No module named 'vllm._C'")
Collecting environment information…
-
### 🐛 Describe the bug
The new `torch.compile` feature does not work with `torchaudio.functional.lfilter`. My understanding is that `torch.compile` needs to know the shapes of the tensor, but these s…
-
### 🐛 Describe the bug
An INTERNAL ASSERT error will be raised when using the `torch.jit.script`and`torch._C._jit_pass_propagate_shapes_on_graph_and_build_compute`. The code is as follows:
```pyth…
-
**Is your feature request related to a problem? Please describe.**
Currently when I construct a datetime series with `pandas.NaT`:
```python
import cudf as gd
import pandas as pd
gd.Series(["20…