distributed-learning-contributivity
distributed-learning-contributivity copied to clipboard
Profile timing for minibatch federated learning
Increasing the number of minibatch seems to increase the time to do a federated run. This might be due to the process of:
- creating the model
- setting the weights
- compiling the model
This can help: https://blog.tensorflow.org/2020/04/introducing-new-tensorflow-profiler.html?m=1
_make_train_function
should be investigated
@RomainGoussault do you think it would be interesting to profile again as you did above?
Yes it would be interesting to use the tensorflow profiler : https://blog.tensorflow.org/2020/04/introducing-new-tensorflow-profiler.html?m=1