From 2c24cb98f10d0f98b8fa7d47ac00f19e28d8ea54 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Tue, 10 Jan 2023 01:26:57 +0900 Subject: [PATCH] Fix typo in results/README.md occuring -> occurring --- results/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/results/README.md b/results/README.md index 4fabf64b..81f30061 100644 --- a/results/README.md +++ b/results/README.md @@ -38,7 +38,7 @@ An ImageNet test set of 10,000 images sampled from new images roughly 10 years a ### ImageNet-Adversarial - [`results-imagenet-a.csv`](results-imagenet-a.csv) -A collection of 7500 images covering 200 of the 1000 ImageNet classes. Images are naturally occuring adversarial examples that confuse typical ImageNet classifiers. This is a challenging dataset, your typical ResNet-50 will score 0% top-1. +A collection of 7500 images covering 200 of the 1000 ImageNet classes. Images are naturally occurring adversarial examples that confuse typical ImageNet classifiers. This is a challenging dataset, your typical ResNet-50 will score 0% top-1. For clean validation with same 200 classes, see [`results-imagenet-a-clean.csv`](results-imagenet-a-clean.csv)