mirror of
https://github.com/huggingface/pytorch-image-models.git
synced 2025-06-03 15:01:08 +08:00
fixed head to gap->norm->fc as per convnext, along with option for norm->gap->fc failed tests due to clip convnext models, davit tests passed
9 lines
164 B
Plaintext
9 lines
164 B
Plaintext
# Data
|
|
|
|
[[autodoc]] timm.data.create_dataset
|
|
|
|
[[autodoc]] timm.data.create_loader
|
|
|
|
[[autodoc]] timm.data.create_transform
|
|
|
|
[[autodoc]] timm.data.resolve_data_config |