Vidit Agarwal

Results 19 issues of Vidit Agarwal

As confluent Kafka supports changing the log retention period, such features are currently unavailable in the Kafka-python library?

Close #5826

PyTorch Frontend

PyTorch Navie Implementation: https://github.com/pytorch/pytorch/blob/main/aten/src/ATen/native/NaiveConvolutionTranspose2d.cpp PyTorch Navie Cuda Implementation: https://github.com/pytorch/pytorch/blob/main/aten/src/ATen/native/cuda/NaiveConvolutionTranspose2d.cu I guess so this is the metal implementation of Conv Tranpose in PyTorch: https://github.com/pytorch/pytorch/blob/015bd0e0a189f929e469c6bc75fe1541c18a014d/aten/src/ATen/native/mps/operations/Convolution.mm#L709

enhancement

### Discussed in https://github.com/zju3dv/NeuralRecon/discussions/123 Originally posted by **Viditagarwal7479** December 4, 2022 Hey, While setting up the repository, I am facing issues with setting up the environment due to pycuda issues....

### Changes In the case of dumping parameters of `IgnoredScope` in quantization: - The field `validate` isn't dumped - If the values corresponding to the rest of the fields are...

NNCF OpenVINO

Fixes #2345 Added tutorial on how to use `torchserve` on `AWS Sagemaker`. The tutorial focuses on features of AWS Sagemaker and other AWS services which we can use to serve...

cla signed
torchserve
advanced
docathon-h2-2023

Fixes #7773 and #7749 Added feature to show tags corresponding to GT job and manual job in a separate row. Along with the tags of the GT job have a...

Fixes #7775 The UI crashes when hovering over the conflicts between the manual annotations and the GT annotations in the review mode. To fix this, I have added a check...

Fixes #7424 When we were using annotation by Tagging a label, an incorrect quality report was generated. ### Motivation and context - Earlier in the code when we use annotation...