-
### 🚀 The feature
Currently vision models commonly return dictionary
```python
model = fasterrcnn_resnet50_fpn_v2(
weights=FasterRCNN_ResNet50_FPN_V2_Weights.COCO_V1,
)
dog_int = io.read_i…
-
TorchBench CI has detected a performance signal or runtime regression.
Base PyTorch commit: 174d01bc939c7bdf390113c75d5ec2ce84cfa1d2
Affected PyTorch commit: 329bb2a33e40f4bc76b2e061b180d3234984c91…
-
### 🐛 Describe the bug
While attempting to create an ONNX version of Maskrcnn, starting from a ``ScriptModule``, an error occurs, indicating that ``__torch__.torchvision.models.detection._utils.BoxCo…
-
### OpenVINO Version
2024.3.0
### Operating System
Windows System
### Device used for inference
GPU
### Framework
None
### Model used
Mask R-CNN
### Issue description
…
-
There's small nuances in how the dynamo runners benchmark models that can make certain torchbench models fail
Some models might be explicitly skipped, others might fail because of some dtype conve…
-
The train.py file accepts --model and --weights arguments and when I use the --model argument, training is from scratch. And when I use --weights and set the path to a pth file, I am getting this erro…
-
### 🐛 Describe the bug
After the removal of CUDA 11.3 and the setting of 11.6 as default the tests at `fasterrcnn_resnet50_fpn` started [failing](https://app.circleci.com/pipelines/github/pytorch/v…
-
### System Information
opencv-python-rolling-4.7.0.20230520
Windows 10
Python 3.10.4
### Detailed description
While facing the issue described here: https://github.com/opencv/opencv/issues/21634,…
-
TorchBench CI has detected a performance signal or runtime regression.
Base PyTorch commit: 0200b1106c4fe80ea0884181dc8d649ef6078ea3
Affected PyTorch commit: 806d1a871ddfd2d38e1791489892009feaec842…
-
### Describe the issue
I'm trying to quantize a model from `torchvision` that I've exported to `onnx` as follows:
```
import torch
from torchvision.models.detection import (
faster_rcnn,
…
sklum updated
8 months ago