Aditya Oke

Results 48 issues of Aditya Oke

## 🚀 Feature Frequently re-used losses that can be added. ### Motivation Writing Losses is quite repetitive. PyTorch supports losses which are written with deep interoperability with C++ API. But...

enhancement
good first issue

## 🚀 Feature We use it internally to test our codebase for detection models. We can make it publically available as part of API. `from quickvision.datasets.detection import dummydetectiondataset` We can...

enhancement
feature
users

## 🚀 Feature - Sphinx Documentation akin to PyTorch or PyTorch Lightning will be nice. - Plan of Action - [x] Add Sphinx Docs, Makefiles, conf.py etc. - [x] Build...

documentation
enhancement
High Priority

## 🚀 Feature Use ` torch.jit.annotation` to annotate Use `typing` package for `Optional` ` tuple, list` etc

bug
Medium Priority

## 🚀 Feature Similar to what we did for classification, probably we should provide something for detection. This will allow to load pretrained weights from Kitty, COCO, etc. datasets.

enhancement
Low Priority
known issue

## 🚀 Feature This should take some study and time. Supporting Torchvision Segmentation models should be simple. But we would need to support backbones, etc. A nice place to know...

enhancement
Medium Priority
Model to Implement
feature

## 🚀 Feature We need inference script for all models. Since we support lightning only for training. We need to do inference only in torch. Inference should be able to...

enhancement
Low Priority

### 🚀 The feature We need to currently close the Issues raised by our automated tests for datasets manually. https://github.com/pytorch/vision/issues?q=is%3Aissue+is%3Aopen+Scheduled+workflow+failed ? Sometimes they get bunched up or we forget to...

module: datasets
module: ci

## 🚀 Feature A loss functions API in torchvision. ## Motivation The request is simple, we have loss functions available in torchvision E.g. `sigmoid_focal_loss` , `l1_loss`. But these are quite...

needs discussion
module: ops

### 🚀 The feature Follow up of #4216 . The current utility works fine, but we can make it better :) ### Motivation, pitch I think the following can be...