wd-convnext-tagger-v3 / sw_jax_cv_config.json
SmilingWolf's picture
Add model files
25706e1
raw
history blame
No virus
271 Bytes
{
"model_name": "convnext_base",
"model_args": {
"image_size": 448,
"patch_size": 4,
"num_classes": 10861,
"drop_path_rate": 0.1,
"use_norm_bias": true,
"use_conv_bias": true,
"layer_norm_eps": 1e-06
}
}