From 22ed26238b5bdfb28c80f4567eae3851b68c8791 Mon Sep 17 00:00:00 2001 From: Leon Chen Date: Thu, 13 Oct 2016 18:51:31 -0400 Subject: [PATCH] update demos home links --- demos/src/home.js | 5 +++++ demos/src/home.template.html | 10 ++++++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/demos/src/home.js b/demos/src/home.js index 89603f1..1724f84 100644 --- a/demos/src/home.js +++ b/demos/src/home.js @@ -27,22 +27,27 @@ const DEMO_INFO_DEV = [ const DEMO_INFO_PROD = [ { title: 'Basic Convnet for MNIST', + path: 'mnist-cnn', imagePath: 'demos/assets/mnist-cnn.png' }, { title: 'Convolutional Variational Autoencoder, trained on MNIST', + path: 'mnist-vae', imagePath: 'demos/assets/mnist-vae.png' }, { title: '50-layer Residual Network, trained on ImageNet', + path: 'resnet50', imagePath: 'demos/assets/resnet50.png' }, { title: 'Inception V3, trained on ImageNet', + path: 'inception-v3', imagePath: 'demos/assets/inception-v3.png' }, { title: 'Bidirectional LSTM for IMDB sentiment classification', + path: 'imdb-bidirectional-lstm', imagePath: 'demos/assets/imdb-bidirectional-lstm.png' } ] diff --git a/demos/src/home.template.html b/demos/src/home.template.html index f6c6fb9..4d0f936 100644 --- a/demos/src/home.template.html +++ b/demos/src/home.template.html @@ -1,7 +1,9 @@
Home
-
-
{{ info.title }}
-
-
+ +
+
{{ info.title }}
+
+
+