Namespaces | Functions | Variables
inception_resnet_v2.py File Reference

Go to the source code of this file.

Namespaces

 inception_resnet_v2
 

Functions

def inception_resnet_v2.preprocess_input (x)
 
def inception_resnet_v2.conv2d_bn (x, filters, kernel_size, strides=1, padding='same', activation='relu', use_bias=False, name=None)
 
def inception_resnet_v2.inception_resnet_block (x, scale, block_type, block_idx, activation='relu')
 
def inception_resnet_v2.InceptionResNetV2 (include_top=True, weights='imagenet', input_tensor=None, input_shape=None, pooling=None, classes=1000)
 

Variables

string inception_resnet_v2.BASE_WEIGHT_URL = 'https://github.com/fchollet/deep-learning-models/releases/download/v0.7/'