Closed jingoohan closed 3 years ago
Hi @jingoohan, I think the error is caused by the fact that the model is not properly initialized. You can find an example of how to initialize the model in here.
@Yi-Zoey I really appreciate your answer. I just modified source code as you guided. I checked that the issue was solved. Thank you.
Hi, I am using Fedprox and testing model update at aggreator side. I added 'model' property to 'examples/configs/fedprox/keras/config_agg.yml' as below.
In this case, 'start_global_training()' in 'iter_avg_fusion_handler.py' calls the following code
But, it makes following error after typing 'TRAIN' at aggregator side.
Of course, In FedAvg case, it works properly without any issues. Can you check this issue and let me know how to fix this issue? Thank you.