Skip to Content
R Deep Learning Essentials - Second Edition
book

R Deep Learning Essentials - Second Edition

by Mark Hodnett, Joshua F. Wiley
August 2018
Intermediate to advanced
378 pages
9h 9m
English
Packt Publishing
Content preview from R Deep Learning Essentials - Second Edition

How do I know if my model is training on a GPU?

One question that many people starting in deep learning ask is, how do I know if my model is training on a GPU? Fortunately, whether you are using a cloud instance or your local machine, you can check if the deep learning model is being trained on the GPU or the CPU. There is a utility on the instance that shows the GPU's activity. In Linux, you can type in the following command:

watch -n0.5 nvidia-smi

In Windows, you can use the following command from a command prompt:

nvidia-smi -l 1

This will run a script that outputs diagnostic messages about the GPU on the computer. If your model is currently training on the GPU, the GPU utility will be high. In the following example, we can see that it ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

R Deep Learning Cookbook

R Deep Learning Cookbook

PKS Prakash, Achyutuni Sri Krishna Rao
Hands-On Deep Learning with R

Hands-On Deep Learning with R

Rodger Devine, Michael Pawlus
R: Unleash Machine Learning Techniques

R: Unleash Machine Learning Techniques

Raghav Bali, Dipanjan Sarkar, Brett Lantz, Cory Lesmeister
Deep Learning with R Cookbook

Deep Learning with R Cookbook

Swarna Gupta, Rehan Ali Ansari, Dipayan Sarkar

Publisher Resources

ISBN: 9781788992893Supplemental Content