I'm new in Federated learning, I tried to implement the code of FL for Image Classification, but I can't understand this line
I am confused in some detail parts. I am trying to build a sequential model in Keras, but when I train the model, I am getting this error, How may I fix it?
please guide me thank you.
iterative_process = tff.learning.build_federated_averaging_process(model_fn)
TypeError Traceback (most recent call last)
<ipython-input-50-0fdb188570d0> in <module>()
----> 1 iterative_process = tff.learning.build_federated_averaging_process(model_fn)
TypeError: build_federated_averaging_process() missing 1 required positional argument: 'client_optimizer_fn'