1aurent commited on
Commit
cf8c031
1 Parent(s): 5ed0dcb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -19,7 +19,7 @@ widget:
19
  example_title: debris
20
  ---
21
 
22
- # Model card for wide_resnet50_2.tiatoolbox-kather100k
23
 
24
  A Wide-ResNet-B image classification model. \
25
  Trained by [Tissue Image Analytics (TIA) Centre](https://warwick.ac.uk/fac/cross_fac/tia/) on "kather100k" histology patches.
@@ -30,7 +30,7 @@ Trained by [Tissue Image Analytics (TIA) Centre](https://warwick.ac.uk/fac/cross
30
 
31
  - **Model Type:** Image classification / Feature backbone
32
  - **Model Stats:**
33
- - Params (M): 66.9
34
  - Image size: 224 x 224 x 3
35
  - **Dataset**: [kather100k](https://tia-toolbox.readthedocs.io/en/latest/_autosummary/tiatoolbox.models.dataset.info.KatherPatchDataset.html#tiatoolbox.models.dataset.info.KatherPatchDataset), also called NCT-CRC-HE
36
  - **Original:** https://github.com/TissueImageAnalytics/tiatoolbox
@@ -54,7 +54,7 @@ img = Image.open(
54
 
55
  # load model from the hub
56
  model = timm.create_model(
57
- model_name="hf-hub:1aurent/wide_resnet50_2.tiatoolbox-kather100k",
58
  pretrained=True,
59
  ).eval()
60
 
@@ -82,7 +82,7 @@ img = Image.open(
82
 
83
  # load model from the hub
84
  model = timm.create_model(
85
- model_name="hf-hub:1aurent/wide_resnet50_2.tiatoolbox-kather100k",
86
  pretrained=True,
87
  num_classes=0,
88
  ).eval()
 
19
  example_title: debris
20
  ---
21
 
22
+ # Model card for wide_resnet101_2.tiatoolbox-kather100k
23
 
24
  A Wide-ResNet-B image classification model. \
25
  Trained by [Tissue Image Analytics (TIA) Centre](https://warwick.ac.uk/fac/cross_fac/tia/) on "kather100k" histology patches.
 
30
 
31
  - **Model Type:** Image classification / Feature backbone
32
  - **Model Stats:**
33
+ - Params (M): 125.0
34
  - Image size: 224 x 224 x 3
35
  - **Dataset**: [kather100k](https://tia-toolbox.readthedocs.io/en/latest/_autosummary/tiatoolbox.models.dataset.info.KatherPatchDataset.html#tiatoolbox.models.dataset.info.KatherPatchDataset), also called NCT-CRC-HE
36
  - **Original:** https://github.com/TissueImageAnalytics/tiatoolbox
 
54
 
55
  # load model from the hub
56
  model = timm.create_model(
57
+ model_name="hf-hub:1aurent/wide_resnet101_2.tiatoolbox-kather100k",
58
  pretrained=True,
59
  ).eval()
60
 
 
82
 
83
  # load model from the hub
84
  model = timm.create_model(
85
+ model_name="hf-hub:1aurent/wide_resnet101_2.tiatoolbox-kather100k",
86
  pretrained=True,
87
  num_classes=0,
88
  ).eval()