aboleth icon indicating copy to clipboard operation
aboleth copied to clipboard

Layer repeat op

Open ltiao opened this issue 7 years ago • 0 comments

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.

ltiao avatar Aug 16 '17 02:08 ltiao