From 98f1089f90e6814d7aa110018e71c4c92f86095a Mon Sep 17 00:00:00 2001 From: zsdonghao Date: Thu, 22 Mar 2018 15:50:24 +0000 Subject: [PATCH] fixed docs --- docs/user/example.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 `_.