Skip to content

Commit

Permalink
Changing broken link, header types.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjc committed Mar 11, 2016
1 parent cc1eff2 commit 50fe338
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Use a deep neural network to borrow the skills of real artists and turn your two

The ``doodle.py`` script generates an image by using three or four images as inputs: the original style and its annotation, and a target content image (optional) with its annotation (a.k.a. your doodle). The algorithm then extracts annotated patches from the style image, and incrementally transfers them over to the target image based on how closely they match.

1. `Examples & Usage <#examples-usage>`_
1. `Examples & Usage <#examples--usage>`_
2. `Installation <#installation-setup>`_
3. `Troubleshooting <#troubleshooting-problems>`_
4. `Frequent Questions <#frequent-questions>`_
Expand Down Expand Up @@ -45,7 +45,7 @@ The default is to use ``cpu``, if you have NVIDIA card setup with CUDA already t


Installation & Setup
--------------------
====================

This project requires Python 3.4+ and you'll also need ``numpy`` and ``scipy`` (numerical computing libraries) as well as ``python3-dev`` installed system-wide. Afterward fetching the repository, you can run the following commands from your terminal to setup a local environment:

Expand All @@ -64,8 +64,9 @@ After this, you should have ``scikit-image``, ``theano`` and ``lasagne`` install
.. image:: docs/Coastline_example.png
Troubleshooting Problems
------------------------
========================
It's running out of GPU Ram, throwing ``MemoryError``. Help!
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down Expand Up @@ -110,7 +111,7 @@ It's possible there's a platform bug in the underlying libraries or compiler, wh


Frequent Questions
------------------
==================

Q: How is semantic style transfer different to neural analogies?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 50fe338

Please sign in to comment.