augmax
augmax copied to clipboard
Efficiently Composable Data Augmentation on the GPU with Jax
Hello, Would it be possible to create a git tag/release on Github for the latest Pypi version (0.3.2) ? Thanks in advance !
I have a few questions that AFAIU are not covered in the documentation, * What happens if the requested width/height are larger than the input image? * If the requested...
This leads to problems: ```python augmax.Chain( augmax.RandomGrayscale(p=1.0), augmax.ColorJitter(p=1.0) ) ```