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

implement torchvision data transform #23

Open
ligeralde opened this issue May 13, 2022 · 1 comment · Fixed by #30 · May be fixed by #79
Open

implement torchvision data transform #23

ligeralde opened this issue May 13, 2022 · 1 comment · Fixed by #30 · May be fixed by #79
Assignees
Labels
enhancement New feature or request

Comments

@ligeralde
Copy link
Collaborator

No description provided.

@ligeralde ligeralde added the enhancement New feature or request label May 13, 2022
@ligeralde ligeralde self-assigned this May 13, 2022
@ligeralde ligeralde changed the title implementing torchvision data transform implement torchvision data transform May 13, 2022
@alvinzz alvinzz linked a pull request May 23, 2022 that will close this issue
@cshewmake2
Copy link
Contributor

TODO revisit whitening object to be compatible with torch.transforms composition.
Currently the whitener init function takes data as an argument. In the future, we should consider removing this from the init, instead of including only arguments to be passed which are parameters of the whitening. The mean and other member variables will instead be computed and initialized after object init.

@ligeralde @alvinzz

@HarrisonSantiago HarrisonSantiago linked a pull request Nov 23, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants