You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ The abstract definition of classes are provided by ````reproduce_papers/fedssl/v
62
62
|FedVSSL $(\alpha=0, \beta=0)$|````main_cam_st_theta_b_wo_moment.py````|Implementation of FedAvg but with only aggregating the backbone network|
63
63
|FedVSSL $(\alpha=1, \beta=0)$|````main_cam_st_theta_b_loss_wo_moment.py````|Implementation of loss-based aggregation but with only aggregating the backbone network|
64
64
|FedVSSL $(\alpha=0, \beta=1)$|````main_cam_st_theta_b_FedAvg_+SWA_wo_moment.py````|Implementation of FedAvg+SWA aggregation but with only aggregating the backbone network|
65
-
|FedVSSL $(\alpha=1, \beta=0)$|````main_cam_st_theta_b_loss_+SWA_wo_moment.py````|Implementation of loss-based+SWA aggregation but with only aggregating the backbone network|
65
+
|FedVSSL $(\alpha=1, \beta=1)$|````main_cam_st_theta_b_loss_+SWA_wo_moment.py````|Implementation of loss-based+SWA aggregation but with only aggregating the backbone network|
66
66
67
67
# Evaluation
68
68
After FL pretraining one can use the following code to fine-tune the model on UCF or HMDB.
0 commit comments