Lezwon Castelino

Results 2 issues of Lezwon Castelino

### 🚀 The feature Implement [Learning Data Augmentation Strategies for Object Detection](https://arxiv.org/abs/1906.11172) Refers to: #3817 ### Motivation, pitch Good to have augmentation in Torchvision ### Alternatives _No response_ ### Additional...

help wanted
module: transforms

Hi, I tried running this code: ```python import string import asyncio import uring_file import os async def main(): path = 'test.txt' f = uring_file.File(path) await f.open(os.O_CREAT | os.O_WRONLY) await f.write(b'hello\nworld')...