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