Integration tests that ensure the code I have so far works as expected across the TIOModelTrainer, TIOModel and bundle, and TIOFederatedTask and bundle.
Being to work out the TIOFederatedManager which will use all these classes in the same manner they are being tested, along with the TIOFleaClient, which will be responsible for the underlying client-server communications.
In the end, @even-steven ought to be able to execute federated training from a react native bridging module with a handful of code:
There will be additional, optional callback methods that inform the client about what's happening with client/server communication and the training task, which will allow the module to bubble events back up into javascript space.
Integration tests that ensure the code I have so far works as expected across the
TIOModelTrainer
,TIOModel
and bundle, andTIOFederatedTask
and bundle.Being to work out the
TIOFederatedManager
which will use all these classes in the same manner they are being tested, along with theTIOFleaClient
, which will be responsible for the underlying client-server communications.In the end, @even-steven ought to be able to execute federated training from a react native bridging module with a handful of code:
There will be additional, optional callback methods that inform the client about what's happening with client/server communication and the training task, which will allow the module to bubble events back up into javascript space.