liecn / PyramidFL

[ACM MobiCom 2022] "PyramidFL: Fine-grained Data and System Heterogeneity-aware Client Selection for Efficient Federated Learning" by Chenning Li, Xiao Zeng, Mi Zhang, and Zhichao Cao.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can not find the function run_forward_pass

firewood1996 opened this issue · comments

In this line, I cannot find the defination of the function 'run_forward_pass':

forward_loss = run_forward_pass(model, forward_dataset)

Could you please tell me where is the defination?

Hello, do you solve this problem? I meet the same problem.

Hi,

For all cases used in PyramidFL, forward_pass is always False and run_forward_pass is not used.

I also searched the Oort repo and no definition for this function. I suppose it is a legacy function and can be ignored.