Skip to content

auto_augment doesn't work in create_loader()? #1185

Answered by rwightman
Kieran31 asked this question in Q&A

You must be logged in to vote

n3 applies 3 layers of random augmentation to the same image producing one augmented output (so output will also be 32)

if you aren't seeing any augmentation and you are using the exact line as above, you need is_training=True active to apply train time augmentations as per the underlying transform creation fn https://github.com/rwightman/pytorch-image-models/blob/7cdd164d7775c444ee50afa6b825c843038f1b07/timm/data/transforms_factory.py#L167

Replies: 2 comments 3 replies

You must be logged in to vote
1 reply
@Kieran31

You must be logged in to vote
2 replies
@Kieran31

@rwightman

Answer selected by Kieran31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants