Skip to content

Commit 702138f

Browse files
Update synapse_net/training/domain_adaptation.py
1 parent 3e454d7 commit 702138f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

synapse_net/training/domain_adaptation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def mean_teacher_adaptation(
8585
based on the patch_shape and size of the volumes used for training.
8686
n_samples_val: The number of val samples per epoch. By default this will be estimated
8787
based on the patch_shape and size of the volumes used for validation.
88-
train_mask_paths: Boundary masks used by the patch sampler to accept or reject patches for training.
88+
train_mask_paths: Sample masks used by the patch sampler to accept or reject patches for training.
8989
val_mask_paths: Sample masks used by the patch sampler to accept or reject patches for validation.
9090
patch_sampler: Accept or reject patches based on a condition.
9191
pseudo_label_sampler: Mask out regions of the pseudo labels where the teacher is not confident before updating the gradients.

0 commit comments

Comments
 (0)