Add Metadata
Browse files
README.md
CHANGED
@@ -1,3 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# SuperBlock
|
2 |
|
3 |
SuperBlock combines two techniques for efficient neural network training and inference: Supermask and Block Compressed Sparse Row (BSR)
|
@@ -215,4 +225,4 @@ Test: Acc@1 77.644 Acc@5 93.554
|
|
215 |
```
|
216 |
|
217 |
## License
|
218 |
-
SuperBlock is released under the [MIT license](https://github.com/pytorch-labs/superblock?tab=MIT-1-ov-file#readme).
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
datasets:
|
4 |
+
- imagenet-1k
|
5 |
+
pipeline_tag: image-classification
|
6 |
+
tags:
|
7 |
+
- sparsity
|
8 |
+
- vision-transformer
|
9 |
+
- pytorch
|
10 |
+
---
|
11 |
# SuperBlock
|
12 |
|
13 |
SuperBlock combines two techniques for efficient neural network training and inference: Supermask and Block Compressed Sparse Row (BSR)
|
|
|
225 |
```
|
226 |
|
227 |
## License
|
228 |
+
SuperBlock is released under the [MIT license](https://github.com/pytorch-labs/superblock?tab=MIT-1-ov-file#readme).
|