From c4d47ce77f42a8e37da9745803f3deabcab31c97 Mon Sep 17 00:00:00 2001 From: Hao Date: Thu, 22 Mar 2018 16:38:46 +0000 Subject: [PATCH] fixed docs (#444) --- 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 `_.