augmix icon indicating copy to clipboard operation
augmix copied to clipboard

AugMix: A Simple Data Processing Method to Improve Robustness and Uncertainty

Results 9 augmix issues
Sort by recently updated
recently updated
newest added

Is it possible a ease-to-use/integration with object detection model like DETR ? I mean, if AugMix works only over the image so the bounding boxes wont be touched and no...

Hi, do you have a command for imagenet evaluation on clean imagenet dataset and corrupted dataset? I have downloaded the pretrained weight but found it difficult to reproduce the result....

Thank you for your work. While trying your code for the Resnext backbone on cifar100, I get nan values for the training loss. As mentioned in the published paper, I...

Can the torch version provided in the requirement be changed to the version?

Bumps [torch](https://github.com/pytorch/pytorch) from 1.2.0 to 2.2.0. Release notes Sourced from torch's releases. PyTorch 2.2: FlashAttention-v2, AOTInductor PyTorch 2.2 Release Notes Highlights Backwards Incompatible Changes Deprecations New Features Improvements Bug fixes...

dependencies

Bumps [torch](https://github.com/pytorch/pytorch) from 1.2.0 to 2.7.0. Release notes Sourced from torch's releases. PyTorch 2.7.0 Release Notes Highlights Tracked Regressions Backwards Incompatible Changes Deprecations New Features Improvements Bug fixes Performance Documentation...

dependencies
python

Thank you for your work! I tried reproducing the results on your paper. Anytime I run the code it keeps returning train loss values as nan for the resnet-50 model...

# Add Python Testing Infrastructure ## Summary This PR sets up a comprehensive testing infrastructure for the AugMix project using Poetry as the package manager and pytest as the testing...