Introduction

Tutorials

Developer guide

API Reference

private vgg_blockfunction

vgg_block(ifilters, ofilters, depth, batchnorm)

A VGG block of convolution layers (reference).

Arguments

  • ifilters: number of input feature maps
  • ofilters: number of output feature maps
  • depth: number of convolution/convolution + batch norm layers
  • batchnorm: set to true to include batch normalization after each convolution