Update README.md
Browse files
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 |
+
```
|