We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbb9d27 commit 01a3e43Copy full SHA for 01a3e43
examples/nnunet_example/client.py
@@ -28,7 +28,6 @@
28
from fl4health.utils.msd_dataset_sources import get_msd_dataset_enum, msd_num_labels
29
from fl4health.utils.nnunet_utils import get_segs_from_probs, set_nnunet_env
30
31
-
32
personalized_client_classes = {"ditto": make_it_personal(NnunetClient, "ditto")}
33
34
fl4health/mixins/personalized/ditto.py
@@ -1,7 +1,7 @@
1
"""Ditto Personalized Mixin"""
2
3
from abc import ABC, abstractmethod
4
-from logging import INFO, DEBUG
+from logging import DEBUG, INFO
5
from typing import cast
6
7
import torch
0 commit comments