luna.pretrained_models¶
luna.pretrained_models.models¶
This file is for setting up the models used for the feature vis process, the objects for the global model and layer values are set here
- luna.pretrained_models.models.model_inceptionv1()¶
Instantiates InceptionV1 architecture using googlnet
- Returns
InceptionV1 Architecture
- Return type
googlenet
- luna.pretrained_models.models.model_inceptionv1_slim()¶
Instantiates InceptionV1 architecture using tensorflow slim
- Returns
InceptionV1 Architecture
- Return type
slim_net
- luna.pretrained_models.models.model_inceptionv3()¶
Instantiates InceptionV3 architecture using keras
- Returns
InceptionV3 Architecture
- Return type
keras.application
- luna.pretrained_models.models.model_resnet50v2()¶
Instantiates ResNet50V2 architecture using keras
- Returns
ResNet50V2 Architecture
- Return type
keras.application
- luna.pretrained_models.models.model_vgg16()¶
Instantiates vgg16 architecture using keras
- Returns
vgg16 Architecture
- Return type
keras.application
- luna.pretrained_models.models.model_vgg19()¶
Instantiates vgg19 architecture using keras
- Returns
vgg19 Architecture
- Return type
keras.applications