From 03a48d7d4e0fddef145094652b2c5e5132ff84e6 Mon Sep 17 00:00:00 2001 From: Evan Shelhamer Date: Thu, 3 Jul 2014 19:07:10 -0700 Subject: [PATCH] point to reference performance from installation, add GTX 770 --- docs/installation.md | 2 ++ docs/performance_hardware.md | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/docs/installation.md b/docs/installation.md index b84ae3b..cc2f848 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -181,4 +181,6 @@ Now that you have installed Caffe, check out the [MNIST demo](mnist.html) and th **CUDA compute capability**: devices with compute capability <= 2.0 may have to reduce CUDA thread numbers and batch sizes due to hardware constraints. Your mileage may vary. +Once installed, check your times against our [reference performance numbers](performance_hardware.html) to make sure everything is configured properly. + Refer to the project's issue tracker for [hardware/compatibility](https://github.com/BVLC/caffe/issues?labels=hardware%2Fcompatibility&page=1&state=open). diff --git a/docs/performance_hardware.md b/docs/performance_hardware.md index 7a08b8a..a39e954 100644 --- a/docs/performance_hardware.md +++ b/docs/performance_hardware.md @@ -55,3 +55,8 @@ Testing: 100 secs / validation set (50,000 images). Training: 36.0 secs / 20 iterations (5,120 images). Testing: 133 secs / validation set (50,000 images) + +## NVIDIA GTX 770 + +Training: 33.0 secs / 20 iterations (5,120 images). +Testing: 129 secs / validation set (50,000 images) -- 2.7.4