juliendenize / torchaug

Library to perform efficient vision data augmentations for CPU/GPU per-sample/batched data.
https://torchaug.readthedocs.io/en/latest/
Other
24 stars 2 forks source link

"ModuleNotFoundError: No module named 'torchvision.tv_tensors'" when importing batch_transforms #39

Closed ciaobladoo closed 4 months ago

ciaobladoo commented 5 months ago

Got the error "ModuleNotFoundError: No module named 'torchvision.tv_tensors'" when doing importing torchaug.batch_transforms.

Thanks!

juliendenize commented 5 months ago

Hi @ciaobladoo,

The module batch_transforms has been removed since 0.4. Which version of torchaug do you have and how did you install it ?