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
# Awful but hard to hack better# compute_plan_keys[2] is a tuple with# (scores, train_states, aggregate_states) in itself.variance_matrix=sum(
[
e.algo._client_statistics["Qk"]
foreinself.compute_plan_keys[2][1].state
]
)
Remove the hack in fedeca_core.py:
And replace it with sthg like:
To test in simulation mode.
The text was updated successfully, but these errors were encountered: