Image Classification
vision
nijil-ti commited on
Commit
abe5cd7
·
verified ·
1 Parent(s): 4dbaa85

Add resnet model files

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -40,7 +40,7 @@ The two variants differ only in where the stride-2 downsampling is placed inside
40
 
41
  ## Model Variants
42
 
43
- | Model | Architecture | Params | Top-1 Accuracy | Validated Devices | Config |
44
  |-------|--------------|--------|-----------------|--------------------|--------|
45
  | `resNet50` | ResNet-50 v1.5 (stride-2 in 3×3 conv) | ~25.6M | 76.15% | TDA4VH, TDA4VL, TDA4AEN | [resnet50_config.yaml](resnet50_config.yaml) |
46
  | `resnet50-v1` | ResNet-50 v1, original (stride-2 in 1×1 conv) | ~25.6M | 74.93% | TDA4VH, TDA4VL, TDA4AEN | [resnet50-v1_config.yaml](resnet50-v1_config.yaml) |
 
40
 
41
  ## Model Variants
42
 
43
+ | Model | Architecture | Params | Reference Top-1 Accuracy | Validated Devices | Config |
44
  |-------|--------------|--------|-----------------|--------------------|--------|
45
  | `resNet50` | ResNet-50 v1.5 (stride-2 in 3×3 conv) | ~25.6M | 76.15% | TDA4VH, TDA4VL, TDA4AEN | [resnet50_config.yaml](resnet50_config.yaml) |
46
  | `resnet50-v1` | ResNet-50 v1, original (stride-2 in 1×1 conv) | ~25.6M | 74.93% | TDA4VH, TDA4VL, TDA4AEN | [resnet50-v1_config.yaml](resnet50-v1_config.yaml) |