We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ebd59d commit 5c783e5Copy full SHA for 5c783e5
synapse_net/training/domain_adaptation.py
@@ -223,7 +223,7 @@ def mean_teacher_adaptation(
223
pseudo_label_sampler: Optional[callable] = None,
224
device: int = 0,
225
) -> None:
226
- """Run domain adapation to transfer a network trained on a source domain for a supervised
+ """Run domain adaptation to transfer a network trained on a source domain for a supervised
227
segmentation task to perform this task on a different target domain.
228
229
We support different domain adaptation settings:
0 commit comments