-
## The bug
Importing torch raises `undefined symbol: iJIT_NotifyEvent` from `torch/lib/libtorch_cpu.so: ` when pytorch and MKL 2024.1+ are installed together. Downgrading MKL to 2024.0.0 resolves it.…
-
I'm trying to convert this model:
`model = torchvision.models.detection.maskrcnn_resnet50_fpn(pretrained=True)`
This is the code of the conversion:
```
model = torch.load('/path/to/model/tr…
-
### 🐛 Describe the bug
When trying to use the iNaturalist 2021_train version the program crashes (after downloading) with the message:
`Unable to find downloaded files at ...`
The md5sum from t…
-
### Describe the bug
Setting a pdb trace in a script causes the script causes the script to freeze at the trace point. However, the pdb interface does not appear and the user's only option is to …
-
I had trained YoloV9 many times before on AWS EC2, but recently (since updating to PyTorch 2.2.0), I encountered the following error:
**Instance-Typ:**
- g5.xlarge
- g6.xlarge
**AMI options:*…
-
- [x] [EASY] Exercise 1: `01-tf2-test-setup.ipynb`
- [x] [YES, DOUBLE CHECK] Exercise 2: `02-tf2-mnist-mlp.ipynb` -> `pytorch-mnist-mlp.ipynb`
- [x] [EASY] Exercise 3: `03-tf2-mnist-cnn.ipynb`
- [x…
-
## 🐛 Bug
benchmark/points/point_cnn.py example fails with dimension mismatch error
## To Reproduce
Steps to reproduce the behavior:
1. git clone https://github.com/rusty1s/pytorch_geometri…
-
I am experiencing a checksum mismatch for train2017.zip for PyTorch Mask R-CNN when trying to download the COCO 2017 dataset.
I ran:
`cd DeepLearningExamples/PyTorch/Segmentation/MaskRCNN`
`./dow…
-
### 🐛 Describe the bug
When working with a graph classification task, I experienced 'nan' values on the loss computation from the standard `node2vec` model loader. The random walks sampling method wa…
-
### 🐛 Describe the bug
This example started to fail yesterday with the nightly build.
```python
import torch
class UpdateModel(torch.nn.Module):
def __init__(self):
super()._…