Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change Image Class to use PyTorch tensors & PyTorch methods #505

Closed
Marsmaennchen221 opened this issue Dec 8, 2023 · 1 comment · Fixed by #506
Closed

Change Image Class to use PyTorch tensors & PyTorch methods #505

Marsmaennchen221 opened this issue Dec 8, 2023 · 1 comment · Fixed by #506
Assignees
Labels
enhancement 💡 New feature or request released Included in a release

Comments

@Marsmaennchen221
Copy link
Contributor

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

@Marsmaennchen221 Marsmaennchen221 added the enhancement 💡 New feature or request label Dec 8, 2023
@Marsmaennchen221 Marsmaennchen221 self-assigned this Dec 8, 2023
@github-project-automation github-project-automation bot moved this to Backlog in Library Dec 8, 2023
lars-reimann pushed a commit that referenced this issue Jan 10, 2024
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]>
@github-project-automation github-project-automation bot moved this from Backlog to ✔️ Done in Library Jan 10, 2024
lars-reimann pushed a commit that referenced this issue Jan 11, 2024
## [0.17.0](v0.16.0...v0.17.0) (2024-01-11)

### Features

* change image class to use PyTorch tensors and methods ([#506](#506)) ([efa2b61](efa2b61)), closes [#505](#505)
@lars-reimann
Copy link
Member

🎉 This issue has been resolved in version 0.17.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@lars-reimann lars-reimann added the released Included in a release label Jan 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement 💡 New feature or request released Included in a release
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants