Upload folder using huggingface_hub
Browse files- README.md +29 -0
- config.json +8 -0
- pytorch_model.bin +3 -0
README.md
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- federated-learning
|
| 4 |
+
- shufflenet
|
| 5 |
+
- GTSRB
|
| 6 |
+
- krum
|
| 7 |
+
datasets:
|
| 8 |
+
- GTSRB
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# shufflenet - Federated Learning Round 13
|
| 12 |
+
|
| 13 |
+
## Model Details
|
| 14 |
+
- **Architecture**: shufflenet
|
| 15 |
+
- **Dataset**: GTSRB
|
| 16 |
+
- **Training Strategy**: krum
|
| 17 |
+
- **Round**: 13
|
| 18 |
+
- **Number of Classes**: 43
|
| 19 |
+
|
| 20 |
+
## Training Information
|
| 21 |
+
This model was trained using federated learning with the krum aggregation strategy.
|
| 22 |
+
|
| 23 |
+
## Usage
|
| 24 |
+
```python
|
| 25 |
+
import torch
|
| 26 |
+
|
| 27 |
+
model = torch.load("pytorch_model.bin")
|
| 28 |
+
model.eval()
|
| 29 |
+
```
|
config.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_name": "shufflenet",
|
| 3 |
+
"dataset": "GTSRB",
|
| 4 |
+
"num_classes": 43,
|
| 5 |
+
"round": 13,
|
| 6 |
+
"strategy": "krum",
|
| 7 |
+
"architecture": "ShuffleNet"
|
| 8 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4ecfd4d4b9ffbf4324854656f2c5510787963643d24d1117e5a6f50143644b58
|
| 3 |
+
size 3973546
|