Closed
Description
🚀 Feature
Type annotations.
Motivation
Right now, if a project depends on torchvision
and you want to static type check it, you have no choice but either ignore it or write your own stubs. torch
already has partial support for type annotations.
Pitch
We could add type annotations for torchvision
as well.
Additional context
If we want this, I would take that up.