Namespaces | Functions
se_inception_resnet_v2.py File Reference

Go to the source code of this file.

Namespaces

 se_inception_resnet_v2
 

Functions

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