timm
/

Image Classification
timm
PyTorch
Safetensors
Cinq108 commited on
Commit
d277a89
1 Parent(s): 6970f66

Update "first_conv" in config.json

Browse files

Filled "first_conv" in config.json for a model to correctly change input channel number.

Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -30,7 +30,7 @@
30
  8,
31
  8
32
  ],
33
- "first_conv": null,
34
  "classifier": "head.fc"
35
  }
36
  }
 
30
  8,
31
  8
32
  ],
33
+ "first_conv": ["stem.0.conv_scale.conv", "stem.0.conv_kxk.0.conv"],
34
  "classifier": "head.fc"
35
  }
36
  }