kaczmarj commited on
Commit
72d4493
·
verified ·
1 Parent(s): 4c8fe6a

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +11 -0
config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "spec_version": "1.0",
3
+ "type": "abmil",
4
+ "patch_size_um": 128,
5
+ "feature_extractor": "ctranspath",
6
+ "num_classes": 2,
7
+ "class_names": [
8
+ "no-metastasis",
9
+ "metastasis"
10
+ ]
11
+ }