robustness icon indicating copy to clipboard operation
robustness copied to clipboard

Robustness and adaptation of ImageNet scale models. Pre-Release, stay tuned for updates.

Results 3 robustness issues
Sort by recently updated
recently updated
newest added

Hello, Schneider I came across some questions during reproducing this work and need your help: - When I set `cwd` as "/robustness", and run the following command `python examples/batchnorm/src/evaluate.py --imagenet-path...

Release Candidate. Besides new datasets, also introduces consistent formatting for all files in the `robusta` module.

As I understand from the paper, you intend to only train the params of the BN layers. Is this what you are trying to do at [this line](https://github.com/bethgelab/robustness/blob/0ef82b178e3526f63d8017dc870072d611d883e9/examples/selflearning/main.py#L92)? If so...