Hi, buddy. I really appreciate it that you make your brilliant work open-sourced.
After diving into your paper, I thought the Differentiable Data Augmentation module was pretty interesting. However, I found it was not implemented in src/data_augmentations/init.py. Would you mind sharing how you implement that part?
All the code should be in src/data_augmentations/init.py, with the class DifferentiableDataAugmentation and its children CenterCrop and RandomResizedCropFlip.
Hi, buddy. I really appreciate it that you make your brilliant work open-sourced.
After diving into your paper, I thought the Differentiable Data Augmentation module was pretty interesting. However, I found it was not implemented in src/data_augmentations/init.py. Would you mind sharing how you implement that part?
Thanks in advance.