Skip to content

Commit 959d788

Browse files
committed
docstring fix
1 parent 0253ac8 commit 959d788

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/careamics/config/configuration_factories.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,6 @@ def create_care_configuration(
641641
... axes="YX",
642642
... patch_size=[64, 64],
643643
... batch_size=32,
644-
... num_epochs=100
645644
... )
646645
647646
To disable transforms, simply set `augmentations` to an empty list:
@@ -851,7 +850,6 @@ def create_n2n_configuration(
851850
... axes="YX",
852851
... patch_size=[64, 64],
853852
... batch_size=32,
854-
... num_epochs=100
855853
... )
856854
857855
To disable transforms, simply set `augmentations` to an empty list:

0 commit comments

Comments
 (0)