Merge pull request #1567 from znah/deepdream
Moved deepdream to tutorials.
This commit is contained in:
commit
44e95baf45
tensorflow
@ -13,7 +13,7 @@ image generation techiques impelemented with TensorFlow:
|
||||
|
||||
You can view "deepdream.ipynb" directly on GitHub. Note that GitHub Jupyter notebook preview removes
|
||||
embedded graph visualizations. You can still see them online
|
||||
[using nbviewer](http://nbviewer.jupyter.org/github/znah/tensorflow/blob/deepdream/tensorflow/models/deepdream/deepdream.ipynb)
|
||||
[using nbviewer](http://nbviewer.jupyter.org/github/tensorflow/tensorflow/blob/master/tensorflow/tutorials/deepdream/deepdream.ipynb)
|
||||
service.
|
||||
|
||||
In order to run the notebook locally, the following dependencies must be installed:
|
@ -310,7 +310,7 @@
|
||||
" \"\"\".format(code.replace('\"', '"'))\n",
|
||||
" display(HTML(iframe))\n",
|
||||
"\n",
|
||||
"# Visualizing the network graph. Be shure expand the \"mixed\" nodes to see their \n",
|
||||
"# Visualizing the network graph. Be sure expand the \"mixed\" nodes to see their \n",
|
||||
"# internal structure. We are going to visualize \"Conv2D\" nodes.\n",
|
||||
"tmp_def = rename_nodes(graph_def, lambda s:\"/\".join(s.split('_',1)))\n",
|
||||
"show_graph(tmp_def)"
|
Before ![]() (image error) Size: 106 KiB After ![]() (image error) Size: 106 KiB ![]() ![]() |
@ -114,6 +114,6 @@ Building on the Inception recognition model, we will release a TensorFlow
|
||||
version of the [Deep Dream](https://github.com/google/deepdream) neural network
|
||||
visual hallucination software.
|
||||
|
||||
COMING SOON
|
||||
[View Tutorial](https://www.tensorflow.org/code/tensorflow/examples/tutorials/deepdream/deepdream.ipynb)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user