Add files via upload

pull/1909/head
bear-coder-9527 2024-06-13 15:13:17 +08:00 committed by GitHub
parent e7dcde9631
commit a9be29fac1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions
projects/starnet_backbone/mmpretrain/models/backbones

View File

@ -110,8 +110,6 @@ class StarNet(BaseBackbone):
Args:
arch (str | dict): The model's architecture.
If string, it should be one of architecture
in ``PoolFormer.arch_settings``. And if dict,
it should include the following two keys:
- layers (list[int]): Number of blocks at each stage.