kaczmarj commited on
Commit
e8e9265
·
verified ·
1 Parent(s): 0b4e425

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -6,4 +6,12 @@ license: cc-by-4.0
6
 
7
  This model was trained by Yuwei Zhang at Stony Brook University.
8
 
9
- More information coming in the future.
 
 
 
 
 
 
 
 
 
6
 
7
  This model was trained by Yuwei Zhang at Stony Brook University.
8
 
9
+ More information coming in the future.
10
+
11
+ # Use with WSInfer
12
+
13
+ One can use this model via WSInfer. See [the documentation](https://wsinfer.readthedocs.io/en/latest/) for more information, like how to install and use it.
14
+
15
+ ```
16
+ wsinfer run -i slides/ -o output/ -m colorectal-resnet34.penn
17
+ ```