You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Closes#505
### Summary of Changes
feat: Changed Image class to use PyTorch tensors
refactor: Image class now uses PyTorch transform methods
---------
Co-authored-by: megalinter-bot <[email protected]>
Is your feature request related to a problem?
Currently, the Image Class uses pillow.
Desired solution
The Image Class should use PyTorch tensors and methods from the PyTorch functional API (v2)
Possible alternatives (optional)
No response
Screenshots (optional)
No response
Additional Context (optional)
No response
The text was updated successfully, but these errors were encountered: