Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
Remove densenet161 duplicate in DENSENET_MODELS (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
mabu-dev authored Feb 8, 2021
1 parent cffcbd9 commit 90a5d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flash/vision/backbones.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
MOBILENET_MODELS = ["mobilenet_v2"]
VGG_MODELS = ["vgg11", "vgg13", "vgg16", "vgg19"]
RESNET_MODELS = ["resnet18", "resnet34", "resnet50", "resnet101", "resnet152", "resnext50_32x4d", "resnext101_32x8d"]
DENSENET_MODELS = ["densenet121", "densenet169", "densenet161", "densenet161"]
DENSENET_MODELS = ["densenet121", "densenet169", "densenet161"]
TORCHVISION_MODELS = MOBILENET_MODELS + VGG_MODELS + RESNET_MODELS + DENSENET_MODELS

BOLTS_MODELS = ["simclr-imagenet", "swav-imagenet"]
Expand Down

0 comments on commit 90a5d79

Please sign in to comment.