Skip to content

Commit

Permalink
comment changes
Browse files Browse the repository at this point in the history
Signed-off-by: yes <[email protected]>
  • Loading branch information
tanwarsh committed Dec 11, 2024
1 parent 58363a4 commit 7e379b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openfl/federated/task/runner_keras_tf.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


"""
Base classes for developing a ke.Model() Federated Learning model.
Base classes for developing a keras.Model() Federated Learning model.
You may copy this file as the starting point of your own keras model.
"""
Expand All @@ -26,7 +26,7 @@ class KerasTensorFlowTaskRunner(TaskRunner):
"""The base model for Keras models in the federation.
Attributes:
model (ke.Model): The Keras model.
model (keras.Model): The Keras model.
model_tensor_names (list): List of model tensor names.
required_tensorkeys_for_function (dict): A map of all of the required
tensors for each of the public functions in KerasTensorFlowTaskRunner.
Expand Down

0 comments on commit 7e379b3

Please sign in to comment.