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