I clone project at flower/baselines/niid_bench at main · adap/flower · GitHub
And use other model, Resnet18 for my project. But when I run with FedNova, i saw error
"[2024-11-28 17:01:00,689][flwr][DEBUG] - fit_round 1 received 2 results and 0 failures
ERROR flwr 2024-11-28 17:01:00,791 | app.py:294 | operands could not be broadcast together with shapes (64,) (64,64,3,3)
[2024-11-28 17:01:00,791][flwr][ERROR] - operands could not be broadcast together with shapes (64,) (64,64,3,3) "
I debug and see the len of parameters in server and clients is different. I tried solutions in Facing issue with Flower Simulation with ResNet18 and MNIST dataset · Issue #3237 · adap/flower · GitHub but it only work with fedavg, in fednova it doesn’t work