Skip to content

Commit

Permalink
refactor(framework:skip) Remove get_parameters from flwr TensorFl…
Browse files Browse the repository at this point in the history
…ow template (#4167)
  • Loading branch information
chongshenng authored and charlesbvll committed Sep 11, 2024
1 parent 17c5428 commit 36b9243
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ class FlowerClient(NumPyClient):
self.batch_size = batch_size
self.verbose = verbose

def get_parameters(self, config):
return self.model.get_weights()

def fit(self, parameters, config):
self.model.set_weights(parameters)
self.model.fit(
Expand Down

0 comments on commit 36b9243

Please sign in to comment.