We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0253ac8 commit 959d788Copy full SHA for 959d788
1 file changed
src/careamics/config/configuration_factories.py
@@ -641,7 +641,6 @@ def create_care_configuration(
641
... axes="YX",
642
... patch_size=[64, 64],
643
... batch_size=32,
644
- ... num_epochs=100
645
... )
646
647
To disable transforms, simply set `augmentations` to an empty list:
@@ -851,7 +850,6 @@ def create_n2n_configuration(
851
850
852
853
854
855
856
857
0 commit comments