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

AugmentationSequential modifies the batch in place #2301

Open
robmarkcole opened this issue Sep 17, 2024 · 0 comments
Open

AugmentationSequential modifies the batch in place #2301

robmarkcole opened this issue Sep 17, 2024 · 0 comments
Labels
transforms Data augmentation transforms

Comments

@robmarkcole
Copy link
Contributor

Description

As title, noticed when applying batch_aug = aug(batch) and observing that batch is also augmented.

As the plan is to remove torchgeo AugmentationSequential and AugPipe ASAP, we aren't bothered to fix that bug, but placing this issue to assist others who encounter it in the meantime

Steps to reproduce

batch_aug = aug(batch)

Version

latest

@adamjstewart adamjstewart added the transforms Data augmentation transforms label Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
transforms Data augmentation transforms
Projects
None yet
Development

No branches or pull requests

2 participants