Skip to content

How to do federated learning using onnxruntime? #19490

Answered by carzh
KartikSgh asked this question in Other Q&A
Discussion options

You must be logged in to vote

Hi, this blog post goes into a bit more detail.

onnxruntime-web 1.17.0 package now includes training APIs that will perform the edge device training portion of federated learning. The APIs loadParametersBuffer and getContiguousParameters enable federated learning -- the buffer of parameters should be sent from the edge device to the central server with the federated learning framework. After the central server performs weight updates on the central model, another buffer of parameters is sent to edge devices.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by sophies927
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
training issues related to ONNX Runtime training; typically submitted using template
2 participants