Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
tags:
|
4 |
+
- classification
|
5 |
+
- pruning
|
6 |
+
datasets:
|
7 |
+
- ImageNet
|
8 |
+
---
|
9 |
+
|
10 |
+
# densenet161_50
|
11 |
+
|
12 |
+
A 50% pruned torchvision model
|
13 |
+
|
14 |
+
## Model Details
|
15 |
+
|
16 |
+
- **Architecture**: densenet161
|
17 |
+
- **Framework**: PyTorch
|
18 |
+
- **Task**: Classification
|
19 |
+
- **Datasets**: ImageNet
|
20 |
+
|
21 |
+
## Metrics
|
22 |
+
|
23 |
+
| Metric | Value |
|
24 |
+
|--------|-------|
|
25 |
+
| Compression Ratio | 3.63 |
|
26 |
+
|
27 |
+
## Usage
|
28 |
+
|
29 |
+
Usage example not provided.
|
30 |
+
|
31 |
+
## Licensing
|
32 |
+
|
33 |
+
This model is shared under the mit license.
|