From 395ff1f9999728f2557e6d0d49741c9cb9018881 Mon Sep 17 00:00:00 2001 From: lrudolph Date: Fri, 10 Jul 2015 13:30:25 -0700 Subject: [PATCH] reverted capitalization --- dream.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dream.ipynb b/dream.ipynb index ebc1c99..7e83625 100644 --- a/dream.ipynb +++ b/dream.ipynb @@ -67,7 +67,7 @@ }, "source": [ "## Loading DNN model\n", - "In this notebook we are going to use a [GoogleNet](https://github.com/BVLC/caffe/tree/master/models/bvlc_googlenet) model trained on [ImageNet](http://www.image-net.org/) dataset.\n", + "In this notebook we are going to use a [GoogLeNet](https://github.com/BVLC/caffe/tree/master/models/bvlc_googlenet) model trained on [ImageNet](http://www.image-net.org/) dataset.\n", "Feel free to experiment with other models from Caffe [Model Zoo](https://github.com/BVLC/caffe/wiki/Model-Zoo). One particularly interesting [model](http://places.csail.mit.edu/downloadCNN.html) was trained in [MIT Places](http://places.csail.mit.edu/) dataset. It produced many visuals from the [original blog post](http://googleresearch.blogspot.ch/2015/06/inceptionism-going-deeper-into-neural.html)." ] },