Skip to content

Commit

Permalink
Correct EfficientNetV2 URL in metafile.yml (#1913)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanbocao authored Nov 1, 2024
1 parent 17a886c commit ee7f2e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/efficientnet_v2/metafile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Collections:
Title: "EfficientNetV2: Smaller Models and Faster Training"
README: configs/efficientnet_v2/README.md
Code:
URL: https://github.com/open-mmlab/mmpretrain/blob/main/mmpretrain/models/backbones/beit.py
URL: https://github.com/open-mmlab/mmpretrain/blob/main/mmpretrain/models/backbones/efficientnet_v2.py
Version: v1.0.0rc4

Models:
Expand Down

0 comments on commit ee7f2e8

Please sign in to comment.