peshmerge commited on
Commit
a48bd04
1 Parent(s): fd0ed79

Update config.json

Browse files

replace `resnext101_32x8d_wsl` with `ig_resnext101_32x8d` because the resnext wsl models are the ones that starts with IG in TIMM according to https://github.com/rwightman/pytorch-image-models/issues/56#issuecomment-564368617

Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "architecture": "resnext101_32x8d_wsl",
3
  "groups": 32,
4
  "model_type": "resnet",
5
  "num_classes": 0,
 
1
  {
2
+ "architecture": "ig_resnext101_32x8d",
3
  "groups": 32,
4
  "model_type": "resnet",
5
  "num_classes": 0,