About 50 results
Open links in new tab
  1. The Best GPUs for Deep Learning in 2023 — An In-depth Analysis

    Jan 30, 2023 · Here, I provide an in-depth analysis of GPUs for deep learning/machine learning and explain what is the best GPU for your use-case and budget.

  2. Tim Dettmers — Making deep learning accessible.

    Jan 30, 2023 · Which GPU (s) to Get for Deep Learning: My Experience and Advice for Using GPUs in Deep Learning 2023-01-30 by Tim Dettmers 1,665 Comments Deep learning is a field with intense …

  3. A Full Hardware Guide to Deep Learning - Tim Dettmers

    Dec 16, 2018 · In this guide I analyse hardware from CPU to SSD and their impact on performance for deep learning so that you can choose the hardware that you really need.

  4. How To Build and Use a Multi GPU System for Deep Learning

    Sep 21, 2014 · You can use a GPU cluster to accelerate deep learning dramatically. Here you learn how to build and use a successful cluster and how to make sure that you avoid the bottlenecks in large …

  5. Deep Learning Archives — Tim Dettmers

    Jan 30, 2023 · Which GPU (s) to Get for Deep Learning: My Experience and Advice for Using GPUs in Deep Learning 2023-01-30 by Tim Dettmers 1,665 Comments Deep learning is a field with intense …

  6. Hardware Archives — Tim Dettmers

    Jan 30, 2023 · Filed Under: Hardware Tagged With: Accelerators, AMD, GPU, Intel The Brain vs Deep Learning Part I: Computational Complexity — Or Why the Singularity Is Nowhere Near 2015-07-27 …

  7. How to Parallelize Deep Learning on GPUs Part 1/2: Data Parallelism

    Oct 9, 2014 · Model parallelism is the bread and butter parallelism algorithm for deep learning. Here I explain how it works, and where the bottlenecks lie, which may cripple performance.

  8. TPUs vs GPUs for Transformers (BERT) - Tim Dettmers

    Oct 17, 2018 · Here I develop a theoretical model of TPUs vs GPUs for transformers as used by BERT and show that current GPUs are about 32% to 54% slower for this task.

  9. About Me — Tim Dettmers

    Research Interests Awards & Honors Group Service Google Scholar lastname@cmu.edu Gates & Hillman Centers, GHC8133 I am an Assistant Professor at Carnegie Mellon University (CMU) and a …

  10. How to Parallelize Deep Learning on GPUs Part 2/2: Model Parallelism

    Nov 9, 2014 · To recap, model parallelism is, when you split the model among GPUs and use the same data for each model; so each GPU works on a part of the model rather than a part of the data. In …