Skip to content

Commit

Permalink
-readme change
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyill committed Jul 29, 2019
1 parent 8362d56 commit 47e3390
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@ SkyNet is a light deep learning library.
[ResNet cpp-example for Win](https://github.com/Tyill/storage/tree/master/resnetDemo/Builds)


Compare with Tensorflow, inference ResNet50. [Code.] (https://github.com/Tyill/skynet/blob/master/example/resnet50/compareWithTF.py)
Compare with Tensorflow, inference ResNet50. [Code.](https://github.com/Tyill/skynet/blob/master/example/resnet50/compareWithTF.py)

PC: i5-2400, GF1050, Win7, MSVC12.

| | **CPU: time/img, ms** | **GPU: time/img, ms** | **CPU: RAM, Mb** | **GPU: RAM, Mb** |
|------------------|-----------------------|-----------------------|------------------|------------------|
| Skynet | 195 | 15 | 600 | 800 |
|--------------------------------------------------------------------------------------------------------|
|------------------|-----------------------|-----------------------|------------------|------------------|
| Tensorflow | 250 | 25 | 400 | 1400 |


Expand Down

0 comments on commit 47e3390

Please sign in to comment.