Namespaces | Functions
resnetpa.py File Reference

Go to the source code of this file.

Namespaces

 resnetpa
 

Functions

def resnetpa.rnpa_bottleneck_layer (input_tensor, nb_filters, filter_sz, stage, init='glorot_normal', reg=0.0, use_shortcuts=True)
 
def resnetpa.ResNetPreAct (input_shape=(500, 500, 3), nb_classes=13, layer1_params=(5, 64, 2), res_layer_params=(3, 16, 3), final_layer_params=None, init='glorot_normal', reg=0.0, use_shortcuts=False)