Beta
Explore
Marketplace
Neural Labs
Chat
Wallet
Docs
shufflenet_CIFAR-10_norm_clipping_round_71 – AI Model by YusufBayram-Personal | AlphaNeural AI
You can deploy this model and start earning money today!
YusufBayram-Personal
/
shufflenet_CIFAR-10_norm_clipping_round_71
like
0
pytorch
federated-learning
shufflenet
CIFAR-10
norm_clipping
CIFAR-10
us
Views
No views yet
Model card
Files and Versions
Community
API
Deploy
shufflenet - Federated Learning Round 71
Model Details
Architecture
: shufflenet
Dataset
: CIFAR-10
Training Strategy
: norm_clipping
Round
: 71
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
(
)