Skip to content
This repository was archived by the owner on Jan 2, 2021. It is now read-only.

Commit a9b0cd9

Browse files
authored
Merge pull request #9 from zuphilip/patch-1
Fix some typos in README.
2 parents fcc5e87 + f83e69e commit a9b0cd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Neural Enhance
99

1010
`As seen on TV! <https://www.youtube.com/watch?v=LhF_56SxrGk>`_ What if you could increase the resolution of your photos using technology from CSI laboratories? Thanks to deep learning and ``#NeuralEnhance``, it's now possible to train a neural network to zoom in to your images at 2x or even 4x. You'll get even better results by increasing the number of neurons or training with a dataset similar to your low resolution image.
1111

12-
The catch? The neural network is hallucinating details based on its training from example images. It's not reconstructing your photo exactly as it would have been if it was HD. That's only possible in Holywood — but using deep learning as "Creative AI" works and its just as cool! Here's how you can get started...
12+
The catch? The neural network is hallucinating details based on its training from example images. It's not reconstructing your photo exactly as it would have been if it was HD. That's only possible in Hollywood — but using deep learning as "Creative AI" works and it is just as cool! Here's how you can get started...
1313

1414
1. `Examples & Usage <#1-examples--usage>`_
1515
2. `Installation <#2-installation--setup>`_
@@ -148,7 +148,7 @@ Special thanks for their help and support in various ways:
148148
Can't install or Unable to find pgen, not compiling formal grammar.
149149
-------------------------------------------------------------------
150150

151-
There's a Python extension compiler called Cython, and it's missing or inproperly installed. Try getting it directly from the system package manager rather than PIP.
151+
There's a Python extension compiler called Cython, and it's missing or improperly installed. Try getting it directly from the system package manager rather than PIP.
152152

153153
**FIX:** ``sudo apt-get install cython3``
154154

0 commit comments

Comments
 (0)