aboleth
aboleth copied to clipboard
Layer repeat op
For building deeper and more complex models like Inception and ResNet, ops like repeat makes it easy to replicate layers or even blocks of layers (e.g. ResNet blocks). See https://github.com/tensorflow/models/blob/master/slim/nets/inception_resnet_v2.py for example.