diff --git a/README.md b/README.md index a5e5b1e..69f25c1 100644 --- a/README.md +++ b/README.md @@ -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 |