@@ -248,6 +248,12 @@ def BinaryDenseNet28(
248
248
/plots/densenet_28.vg.json
249
249
```
250
250
251
+ # ImageNet Metrics
252
+
253
+ | Top-1 Accuracy | Top-5 Accuracy | Parameters | Memory |
254
+ | -------------- | -------------- | ---------- | ------- |
255
+ | 60.91 % | 82.83 % | 5 150 504 | 4.12 MB |
256
+
251
257
# Arguments
252
258
input_shape: Optional shape tuple, to be specified if you would like to use a model
253
259
with an input image resolution that is not (224, 224, 3).
@@ -298,6 +304,12 @@ def BinaryDenseNet37(
298
304
/plots/densenet_37.vg.json
299
305
```
300
306
307
+ # ImageNet Metrics
308
+
309
+ | Top-1 Accuracy | Top-5 Accuracy | Parameters | Memory |
310
+ | -------------- | -------------- | ---------- | ------- |
311
+ | 62.89 % | 84.19 % | 8 734 120 | 5.25 MB |
312
+
301
313
# Arguments
302
314
input_shape: Optional shape tuple, to be specified if you would like to use a model
303
315
with an input image resolution that is not (224, 224, 3).
@@ -348,6 +360,12 @@ def BinaryDenseNet37Dilated(
348
360
/plots/densenet_37_dilated.vg.json
349
361
```
350
362
363
+ # ImageNet Metrics
364
+
365
+ | Top-1 Accuracy | Top-5 Accuracy | Parameters | Memory |
366
+ | -------------- | -------------- | ---------- | ------- |
367
+ | 64.34 % | 85.15 % | 8 734 120 | 5.25 MB |
368
+
351
369
# Arguments
352
370
input_shape: Optional shape tuple, to be specified if you would like to use a model
353
371
with an input image resolution that is not (224, 224, 3).
@@ -398,6 +416,12 @@ def BinaryDenseNet45(
398
416
/plots/densenet_45.vg.json
399
417
```
400
418
419
+ # ImageNet Metrics
420
+
421
+ | Top-1 Accuracy | Top-5 Accuracy | Parameters | Memory |
422
+ | -------------- | -------------- | ---------- | ------- |
423
+ | 64.59 % | 85.21 % | 13 939 240 | 7.54 MB |
424
+
401
425
# Arguments
402
426
input_shape: Optional shape tuple, to be specified if you would like to use a model
403
427
with an input image resolution that is not (224, 224, 3).
0 commit comments