We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A simple use case:
pl = ElasticDistortion(6, scale=0.3, border=true) |> Rotate([10, -5, -3, 0, 3, 5, 10]) |> ShearX(-10:10) * ShearY(-10:10) |> CropSize(28, 28) |> Zoom(0.9:0.1:1.2) pl(img) # instead of augment(img, pl)
I find this syntax easier to memorize and use, so I plan to do this when this package got updated.
The text was updated successfully, but these errors were encountered:
I considered this before, but given that in reality one mostly uses augment! or augmentbatch! it felt a little inconsistent
augment!
augmentbatch!
Sorry, something went wrong.
johnnychen94
No branches or pull requests
A simple use case:
I find this syntax easier to memorize and use, so I plan to do this when this package got updated.
The text was updated successfully, but these errors were encountered: