diff --git a/docs/user/example.rst b/docs/user/example.rst index b86e16072..adbd499e4 100644 --- a/docs/user/example.rst +++ b/docs/user/example.rst @@ -22,7 +22,7 @@ Computer Vision - VGG 19 (ImageNet). Classification task, see `tutorial_vgg19.py `_. - InceptionV3 (ImageNet). Classification task, see `tutorial_inceptionV3_tfslim.py `_. - SqueezeNet (ImageNet). Classification task, see `tutorial_squeezenet.py `_. - - BinaryNet. Model compression, see `mnist `__ `cifar10 `__. + - BinaryNet. Model compression, see `mnist `__ `cifar10 `__. - Tenary Weight Network. Model compression, see `mnist `__ `cifar10 `__. - DoReFa-Net. Model compression, see `mnist `__ `cifar10 `__. - Wide ResNet (CIFAR) by `ritchieng `_.