Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion example/image-classification/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ to calculate the accuracy.
| `imagenet1k-resnet-152` | 0.7653 | 0.9312 |
| `imagenet1k-resnext-50` | 0.7689 | 0.9332 |
| `imagenet1k-resnext-101` | 0.7828 | 0.9408 |
| `imagenet1k-rexnext-101-64x4d` | 0.7911 | 0.9430 |
| `imagenet1k-resnext-101-64x4d` | 0.7911 | 0.9430 |

Note:
- our Resnet does not need to specify the RGB mean due the data batch
Expand Down