Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

small changes to front page #8

Merged
merged 1 commit into from
Dec 5, 2013
Merged

small changes to front page #8

merged 1 commit into from
Dec 5, 2013

Conversation

sergeyk
Copy link
Contributor

@sergeyk sergeyk commented Dec 4, 2013

No description provided.

```
Caffe also provides **seamless switching between CPU and GPU**, which allows one to train models with fast GPUs and then deploy them on non-GPU clusters with one line of code: `Caffe::set_mode(Caffe::CPU)`.

Even in CPU mode, computing predictions on an image takes only 200 ms.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you remove this line? The CPU code is actually faster (something around 20ms with C++ and batch mode), but I haven't extensively benchmarked it. It would be safer to not mention it right now :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's important to advertise the fact that this is totally useable
without a GPU though. 200 ms is accurate from unopened file to predictions,
right? We can say (on an image already loaded into memory, Caffe takes only
20 ms). We can always change the numbers as we get more accurate ones.

On Wed, Dec 4, 2013 at 12:38 PM, Yangqing Jia [email protected]:

In index.md:

- -Caffe::set_mode(Caffe::CPU); -
+Caffe also provides seamless switching between CPU and GPU, which allows one to train models with fast GPUs and then deploy them on non-GPU clusters with one line of code: Caffe::set_mode(Caffe::CPU).
+
+Even in CPU mode, computing predictions on an image takes only 200 ms.

Could you remove this line? The CPU code is actually faster (something
around 20ms with C++ and batch mode), but I haven't extensively benchmarked
it. It would be safer to not mention it right now :)


Reply to this email directly or view it on GitHubhttps://github.com/Yangqing/caffe/pull/8/files#r8109227
.

Yangqing added a commit that referenced this pull request Dec 5, 2013
small changes to front page
@Yangqing Yangqing merged commit 569aee0 into BVLC:gh-pages Dec 5, 2013
@jermainewang jermainewang mentioned this pull request Jan 20, 2014
puzzledqs pushed a commit to puzzledqs/caffe that referenced this pull request Oct 22, 2014
@cysin cysin mentioned this pull request Jul 8, 2015
Bartzi pushed a commit to Bartzi/caffe that referenced this pull request Nov 11, 2015
Fix the instruction of installing lmdb in README
andpol5 pushed a commit to andpol5/caffe that referenced this pull request Aug 24, 2016
mbassov pushed a commit to mbassov/caffe that referenced this pull request Aug 28, 2017
Revert "DEV-26710: Remove OHEM layer from Curalate Caffe"
deepali-c pushed a commit to ibmsoe/caffe that referenced this pull request Sep 19, 2017
ResNet-50 example using variable sized image data augmentation.
@RenatGaliew RenatGaliew mentioned this pull request Apr 27, 2018
twmht pushed a commit to twmht/caffe that referenced this pull request Aug 20, 2018
Merging minor edits / bug fixes for C++ interface
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants