ValueError: The name “model” is used 2 times in the model. All layer names should be unique
I’m trying to take two retrained clients in a federated learning pipeline and average their weights. It worked for the first training, but now the second time I’m getting this error can I have tried to fix, but I can’t figure out what the issue is.