-
## Environment
**TensorRT Version**:
**NVIDIA GPU**: RTX 4090
**NVIDIA Driver Version**: 535.129.03
**CUDA Version**: 11.8
**CUDNN Version**: 8.9.6.50
Operating System: ubu…
-
**Describe the bug**
When using ViT as a backbone in Faster R-CNN, the bbox mAP is always 0 during validation, even though the training loss is decreasing normally. The training shows normal loss val…
-
```
model = dict(
type='FasterRCNN',
pretrained='torchvision://resnet50',
backbone=dict(
type='ResNet',
depth=50,
num_stages=4,
out_indices=(0, 1, 2…
-
### Prerequisite
- [X] I have searched [Issues](https://github.com/open-mmlab/mmrotate/issues) and [Discussions](https://github.com/open-mmlab/mmrotate/discussions) but cannot get the expected help.
…
-
### Describe the issue
I try to run an Olive converted UNet model using TensorrtExecutionProvider, but keep throwing this error.
```python
2023-06-04 01:08:26.8714279 [E:onnxruntime:Default, tensor…
-
I am using my custom pretrained model to train with the `e2e_faster_rcnn_R-101-FPN_2x` config. But the loss went to NaN after the second forward pass. However, when I used the official pretrained mod…
-
Hi,
We are experiencing unexpected `sccache` server shutdowns when building our C++ project ([OpenVINO](https://github.com/openvinotoolkit/openvino)) for RISC-V with [Conan](https://conan.io/) in G…
-
## TL;DR
First iteration of Windows support task tracking
## Tasks
```[tasklist]
### Tasks
- [ ] https://github.com/pytorch/TensorRT/issues/2371
- [ ] https://github.com/pytorch/TensorRT/issues/2247…
-
I trained on other dataset,and trained successfully.However,there are some bug when evaluating:
Traceback (most recent call last):
File "./train.py", line 247, in
main()
File "./train.p…
-
## Description
Build the attached onnx model in fp16 precision using TensorRT 8.6 on 2080ti will cause the following error. However, everything works fine when build model in fp32 precision on …