Skip to content

Commit

Permalink
add remark about how to force single CPU during measurements
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobiasd committed Feb 3, 2018
1 parent 7bd2f98 commit 149a2eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ In order to convert images to `fdeep::tensor3` the convenience function `tensor3
Performance
-----------

Below you can find the durations of one isolated forward pass for some popular models run on a single core of an Intel Core i5-6600 CPU @ 3.30GHz. frugally-deep was compiled with `g++ -O3`.
Below you can find the durations of one isolated forward pass for some popular models ran on a single core of an Intel Core i5-6600 CPU @ 3.30GHz. frugally-deep was compiled with `g++ -O3`. The processes were started with `CUDA_VISIBLE_DEVICES='' taskset --cpu-list 1 ...` to disable the GPU and to only allow usage of one CPU.

```
| Model | Keras + TensorFlow | frugally-deep |
Expand Down

0 comments on commit 149a2eb

Please sign in to comment.