Skip to content

Commit

Permalink
Fixe typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
matteodelv committed Dec 5, 2017
1 parent 5dc114f commit 83ec5d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The application can easily be used with a custom dataset, provided that the neur
### Requirements
* Xcode 9.0+
* iOS 10.0+
* A real capable[^1] device (Metal Performance Shaders won't run/work on the Simulator)
* A real capable[1] device (Metal Performance Shaders won't run/work on the Simulator)


[^1]: As described in Metal Performance Shaders documentation, to run a convolutional neural network on the GPU requires devices belonging to these categories: ```GPU Family 2 v3```, ```GPU Family 3 v2```, ```GPU Family 4 v1```, or superior, which means devices with at least the Apple A8 chip (iPhone 6/6+ or later, iPad Air 2 or later, iPad mini 4, iPod touch 6G).
[1]: As described in Metal Performance Shaders documentation, to run a convolutional neural network on the GPU requires devices belonging to these categories: ```GPU Family 2 v3```, ```GPU Family 3 v2```, ```GPU Family 4 v1```, or superior, which means devices with at least the Apple A8 chip (iPhone 6/6+ or later, iPad Air 2 or later, iPad mini 4, iPod touch 6G).

0 comments on commit 83ec5d6

Please sign in to comment.