File size: 534 Bytes
f5e1d32
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---

tags:
- federated-learning
- shufflenet
- CIFAR-10
- norm_clipping
datasets:
- CIFAR-10
---


# shufflenet - Federated Learning Round 39

## Model Details
- **Architecture**: shufflenet
- **Dataset**: CIFAR-10
- **Training Strategy**: norm_clipping

- **Round**: 39

- **Number of Classes**: 10



## Training Information

This model was trained using federated learning with the norm_clipping aggregation strategy.

## Usage
```python

import torch



model = torch.load("pytorch_model.bin")

model.eval()

```