MCPcopy Create free account
hub / github.com/CausalLearning/HSJA / resnet_layer

Function resnet_layer

resnet.py:84–126  ·  view source on GitHub ↗

2D Convolution-Batch Normalization-Activation stack builder # Arguments inputs (tensor): input tensor from input image or previous layer num_filters (int): Conv2D number of filters kernel_size (int): Conv2D square kernel dimensions strides (int): Conv2D square stride dimensions activatio

(inputs,
				 num_filters=16,
				 kernel_size=3,
				 strides=1,
				 activation='relu',
				 batch_normalization=True,
				 conv_first=True)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

resnet_v2Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected