Sambit Mohapatra

Results 35 issues of Sambit Mohapatra

Hi, While using the API function to load data, I observe that the reading is quite slow, I think this is mainly due to the large number of annotations in...

enhancement

Hello, I see the following: car_detection_ground AP: 63.954884 73.779037 74.295746 As I understand, the scores are ordered as easy, moderate, hard. If this this correct then is there something wrong...

### First check - [X] I'm sure this is a bug. - [X] I've added a descriptive title to this bug. - [x] I've provided clear instructions on how to...

bug
callback: swa

Hello, First, a million thanks for your work!! It's not an overstatement to say - your framework works at least 300% better than Nvidia's stuff. That said, I am a...

## Bug Description After successful build of both C++ and Python interfaces I get this error when I try to import torch_tensorrt ![image](https://user-images.githubusercontent.com/69435296/187082590-ce1d2540-659e-4fab-a788-e52285559e2d.png) ## To Reproduce Steps to reproduce the...

bug: triaged [not a bug]
channel: linux-jetpack

## ❓ Question ## What you have already tried Hi, I am using the following to export a torch scripted model to Fp16 tensorrt which will then be used in...

question

## Description I was trying to follow along this: 1) https://github.com/NVIDIA/TensorRT/blob/master/tools/pytorch-quantization/examples/calibrate_quant_resnet50.ipynb 2) https://github.com/NVIDIA/TensorRT/blob/master/tools/pytorch-quantization/examples/finetune_quant_resnet50.ipynb As I understand, step 1 should result in a quantized INT8 model. So I should expect a...

triaged

**Describe the Bug** I followed the steps and trained using O2 optimization level. I saved using torch.save(). However, size of saved weights is same as FP32 training. Ideally FP16 weights...

bug

Hello, I have a special but simple test case: `@export def show_array(): @python def plot_random_matrix_100x100(): import numpy as np import matplotlib.pyplot as plt arr = np.random.random((100,100, 3)) plt.imshow(arr) plt.show()` -...

## Bug Description I am trying to compile a very simple network with Torch-Tensorrt with FP16. I get the following error message: ![image](https://github.com/pytorch/TensorRT/assets/69435296/645627f3-5538-4c22-9459-8da1bebfbb62) ## To Reproduce Steps to reproduce the...

bug: triaged [not a bug]