DeltaML / federated-aggregator

Participant in Federated Learning scheme that aggregates the updates from the remote trainers and calculates each trainer's contribution to the model training.
MIT License
2 stars 0 forks source link

Model training cicle not working #1

Closed GFibrizo closed 5 years ago

GFibrizo commented 5 years ago

The problem

After the breaking apart the federated-learning-poc repo into several the framework stopped working.

Expected behavior

Sending a POST request to the /models endpoint of the model buyer should trigger the training of that model (e.g. curl -v -H "Content-Type: multipart/form-data" -X POST "http://localhost:9090/models" -F "file=@/home/fabrizio/Desarrollo/federated-learning-poc/datasets/file_5.csv" -F "model=@model_buyer/examples/model.json")