Closed
Description
❓ Questions and Help
Hi torchvision team,
This is Nic from NVIDIA, thanks for sharing your great work on data processing solutions!
- I saw you developed "functional_tensor.py" to support Tensor type data but didn't find where it is used in transforms, may I know the reason?
- And what's your future plan of transforms for Numpy and Tensor data type?
Actually, I found 2 Tensor only transforms, others are for PIL or numpy. - If you want to support both Tensor and Numpy for all transforms, explicitly ask users to select transform for Numpy or for Tensor?
Or implicitly detect data type in transforms and use "function.py" or "function_tensor.py"?
Thanks in advance.