We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a2e95a1 + 96650d5 commit cce9b89Copy full SHA for cce9b89
docs/pages/workflow/config.rst
@@ -27,7 +27,7 @@ methods chosen in a specific scPortrait Project run.
27
threads: 80 # threads used in multithreading
28
image_size: 128 # image size in pixel
29
normalize_output: True
30
- normalization_range: (0.01, 0.99)
+ normalization_range: [0.01, 0.99]
31
cache: "."
32
CellFeaturizer:
33
batch_size: 900
0 commit comments