-
In the latest release, v1.17.0, under the Training section, for on-device training, it is written - "On-Device training will now support training on the web. This release focuses on federated learning and developer exploration scenarios. More features coming soon in future releases.". My questions:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
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. |
Beta Was this translation helpful? Give feedback.
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.