KeepAugment_Pytorch
KeepAugment_Pytorch copied to clipboard
:low_brightness:Unofficial PyTorch implementation of KeepAugment
Results
1
KeepAugment_Pytorch issues
Sort by
recently updated
recently updated
newest added
Thank you for your contribution! There is a question for you: In keep_autoaugment.py, there are some codes: "images_half.requires_grad = True if self.early: preds = model(images_half,True) else: preds = model(images_half) **score,...