timm
/

Image Classification
timm
PyTorch
Safetensors
rwightman HF staff Cinq108 commited on
Commit
9e21d87
1 Parent(s): 6970f66

Update "first_conv" in config.json (#2)

Browse files

- Update "first_conv" in config.json (d277a89cbe75480a99215edf8c25bd8aef3c57e2)


Co-authored-by: Marcin Misiurewicz <Cinq108@users.noreply.huggingface.co>

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
  }