Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Commit

Permalink
Fix caffe install link
Browse files Browse the repository at this point in the history
  • Loading branch information
znah committed Jul 1, 2015
1 parent ebec01d commit b5a6690
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dream.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"##Dependences\n",
"This notebook is designed to have as few depencences as possible:\n",
"* Standard Python scientific stack: [NumPy](http://www.numpy.org/), [SciPy](http://www.scipy.org/), [PIL](http://www.pythonware.com/products/pil/), [IPython](http://ipython.org/). Those libraries can also be installed as a part of one of scientific packages for Python, such as [Anaconda](http://continuum.io/downloads) or [Canopy](https://store.enthought.com/).\n",
"* [Caffe](http://caffe.berkeleyvision.org/) deep learning framework ([installation instructions](https://store.enthought.com/)).\n",
"* [Caffe](http://caffe.berkeleyvision.org/) deep learning framework ([installation instructions](http://caffe.berkeleyvision.org/installation.html)).\n",
"* Google [protobuf](https://developers.google.com/protocol-buffers/) library that is used for Caffe model manipulation."
]
},
Expand Down Expand Up @@ -454,4 +454,4 @@
"metadata": {}
}
]
}
}

0 comments on commit b5a6690

Please sign in to comment.