Closed xjtuljy closed 7 years ago
@xjtuljy You can connect TF-Slim into TensorLayer, as TF-Slim have pre-trained resnet, inception , vgg models .. see tutorial_inceptionV3_tfslim.py
in example folder.
Besides, here is a resnet example implemented by @ritchieng
Thanks! @ritchieng 's code is quite helpful!
Thank you for providing such a powerful but user-friendly wrapper. Is there any example for resnet in which the network cannot be constructed by simply stacking layer by layer, by using tl.layer?