FedML
FedML copied to clipboard
How to know the amount of data transported in simulation?
Hi, recently I'm focusing on the transportation in FedML simulation. I want to know that if there is any method to know the amount of data transported? For example, in a simulation of sp-fedavg-cnn, there should be a process of sending data when aggregating and a process of receiving data when applying new model parameters. So how could I know the amount of data transported in these processes?
@Amir-zsh Hi Amir, I remember you have developed such APIs to count the communication cost. Could you please help to wrapper it as APIs?
@poormidfielder We will revisit this soon.