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