1aurent commited on
Commit
d53e064
1 Parent(s): 5bc7ab6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -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/resnext101_32x4d.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/resnext101_32x4d.tiatoolbox-kather100k",
86
  pretrained=True,
87
  num_classes=0,
88
  ).eval()
 
54
 
55
  # load model from the hub
56
  model = timm.create_model(
57
+ model_name="hf-hub:1aurent/resnext101_32x8d.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/resnext101_32x8d.tiatoolbox-kather100k",
86
  pretrained=True,
87
  num_classes=0,
88
  ).eval()