Skip to content

Commit b2f6ac4

Browse files
committed
cr
1 parent 351dd67 commit b2f6ac4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

fl4health/clients/flexible_client.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,15 @@ def __init__(
4040
personalized methods: ~fl4health.mixins.personalized.
4141
4242
As with `BasicClient`, users are responsible for implementing methods:
43+
4344
- ``get_model``
4445
- ``get_optimizer``
4546
- ``get_data_loaders``,
4647
- ``get_criterion``
4748
4849
However, unlike `BasicClient`, users looking to specialize logic for making predictions,
4950
and performing train and validation steps, should instead override:
51+
5052
- ``predict_with_model``
5153
- ``_train_step_with_model_and_optimizer`` (and its delegated helpers)
5254
- ``_val_step_with_model``

0 commit comments

Comments
 (0)