Skip to content

Commit

Permalink
Update package README
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrycks authored Oct 3, 2018
1 parent a77aa21 commit 370848b
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions ImageNet-C/imagenet_c/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ from imagenet_c import corrupt
corrupt(<image>, corruption_number=0)
```

This function ```corrupt``` is
The function ```corrupt``` is
```
corruption_tuple = (gaussian_noise, shot_noise, impulse_noise, defocus_blur,
glass_blur, motion_blur, zoom_blur, snow, frost, fog,
Expand Down Expand Up @@ -44,15 +44,3 @@ def corrupt(x, severity=1, corruption_name=None, corruption_number=-1):
return np.uint8(x_corrupted)
```

## Citation

If you find this useful in your research, please consider citing:

@article{hendrycks2018robustness,
title={Benchmarking Neural Network Robustness to Common Corruptions and Perturbations},
author={Dan Hendrycks and Thomas Dietterich},
journal={arXiv preprint arXiv:1807.01697},
year={2018}
}

0 comments on commit 370848b

Please sign in to comment.