Update README.md
Browse files
README.md
CHANGED
@@ -19,6 +19,10 @@ This model was trained on the datasets: nih-pc-chex-mimic_ch-google-openi-rsna a
|
|
19 |
|
20 |
Here is how to use this model to classify an image of xray:
|
21 |
|
|
|
|
|
|
|
|
|
22 |
```python
|
23 |
import urllib.request
|
24 |
|
|
|
19 |
|
20 |
Here is how to use this model to classify an image of xray:
|
21 |
|
22 |
+
Note: Each pretrained model has 18 outputs. The `all` model has every output trained. However, for the other weights some targets are not trained and will predict randomly becuase they do not exist in the training dataset. The only valid outputs are listed in the field `{dataset}.pathologies` on the dataset that corresponds to the weights.
|
23 |
+
|
24 |
+
|
25 |
+
Benchmarks of the modes are here: [BENCHMARKS.md](https://github.com/mlmed/torchxrayvision/blob/master/BENCHMARKS.md)
|
26 |
```python
|
27 |
import urllib.request
|
28 |
|