Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions src/stamp/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,6 @@ crossval:
# Number of folds to split the data into for cross-validation
#n_splits: 5

# Path to a YAML file with advanced training parameters.
#params_path: "path/to/train_params.yaml"

# Experimental features:

# Change the precision of features during training
Expand Down Expand Up @@ -251,12 +248,14 @@ heatmaps:
#slide_paths:
#- slide1.svs
#- slide2.mrxs


# The number of top- and bottom-scoring tiles to extract
#topk: 5
#bottomk: 5

# Manual magnification level to extract tiles from
#default_slide_mpp: 1.0


slide_encoding:
# Encoder to use for slide encoding. Possible options are "cobra",
Expand Down
Loading