-
Notifications
You must be signed in to change notification settings - Fork 18.7k
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
Conversation
``` | ||
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. |
There was a problem hiding this comment.
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 :)
There was a problem hiding this comment.
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
.
weekly update
Fix the instruction of installing lmdb in README
Revert "DEV-26710: Remove OHEM layer from Curalate Caffe"
ResNet-50 example using variable sized image data augmentation.
Merging minor edits / bug fixes for C++ interface
No description provided.