From 6b00e82c3627b24e54505aaa3aeb3d8ec0bae7a3 Mon Sep 17 00:00:00 2001 From: Minh Duc Nguyen <37109868+mducducd@users.noreply.github.com> Date: Fri, 20 Mar 2026 16:15:21 +0100 Subject: [PATCH] Clean up Removed unused parameters and added a comment for manual magnification level. --- src/stamp/config.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/stamp/config.yaml b/src/stamp/config.yaml index 900b40d..7ebdf9d 100644 --- a/src/stamp/config.yaml +++ b/src/stamp/config.yaml @@ -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 @@ -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",