Update config.json
Browse filesreplace `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
- config.json +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"architecture": "
|
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,
|