Beta
Explore
Marketplace
Neural Labs
Playground
Wallet
Docs
resnet18_MNIST_fedavg_round_22 – AI Model by YusufBayram-Personal | AlphaNeural AI
You can deploy this model and start earning money today!
YusufBayram-Personal
/
resnet18_MNIST_fedavg_round_22
like
0
pytorch
federated-learning
resnet18
MNIST
fedavg
MNIST
us
Views
No views yet
Model card
Files and Versions
Community
API
Deploy
resnet18 - Federated Learning Round 22
Model Details
Architecture
: resnet18
Dataset
: MNIST
Training Strategy
: fedavg
Round
: 22
Number of Classes
: 10
Training Information
This model was trained using federated learning with the fedavg aggregation strategy.
Usage
python
1
import
torch
2
3
model
=
torch
.
load
(
"pytorch_model.bin"
)
4
model
.
eval
(
)