CGC
CGC copied to clipboard
Official PyTorch code for the CVPR 2022 paper - Consistent Explanations by Contrastive Learning
Results
1
CGC issues
Sort by
recently updated
recently updated
newest added
### Current Behavior: The following line performs a horizontal flip on the augmented image with a 50% probability, but due to `self.hor_flip(aug_sample)` not being deterministic, the augmented image does not...