Hi all,
I’m new with Flower, and I’m using an autoencoder with TensorFlow for federated learning, but I’m encountering this error: ValueError: You called s) oset_weights(weightn layer 'sequential_1' with a weight list of length 12, but the layer was expecting 0 weights.
I initialize the global model and compile it without fit so it has 0 weights
can you suggest me a solution?
Thanks