Baseline FedNova does not work with batchnorms #4345
Labels
part: baselines
Add or update baseline
state: stale
If issue/PR hasn't been updated within 3 weeks.
type: bug
Something isn't working
Describe the bug
I am currently running the baselines of Flower with different models. I tried Fednova and it seems to work well with the standard config. Once I activate batchnorms in the VGG model, an error gets thrown:
I assume that the baseline wasn't executed with the batchnorm options and the current code does not handle the running stats of the batchnorm layer well.
Steps/Code to Reproduce
flower/baselines/fednova/fednova/models.py
Line 48 in cdc8c43
python -m fednova.main
Expected Results
The training should progress.
Actual Results
An error gets thrown as shown above.
The text was updated successfully, but these errors were encountered: