Instructions for getting TensorFlow and PyTorch running on NVIDIA's GeForce RTX 30 Series GPUs (Ampere), including RTX 3090, RTX 3080, and RTX 3070.
The Lambda Deep Learning Blog
Subscribe
Categories
- gpu-cloud (27)
- tutorials (24)
- benchmarks (22)
- announcements (21)
- lambda cloud (15)
- NVIDIA H100 (14)
- hardware (12)
- gpus (9)
- tensorflow (9)
- NVIDIA A100 (8)
- gpu clusters (8)
- LLMs (7)
- company (7)
- news (7)
- deep learning (6)
- hyperplane (6)
- training (6)
- CNNs (4)
- generative networks (4)
- machine learning (4)
- presentation (4)
- research (4)
- rtx a6000 (4)
- text generation (4)
Recent posts
Published 08/10/2021 by Michael Balaban
This tutorial explains the basics of TensorFlow 2.0 with image classification as the example. 1) Data pipeline with dataset API. 2) Train, evaluate, save and restore models with Keras. 3) Multiple-GPU with distributed strategy. 4) Customized training with callbacks.
Published 10/01/2019 by Chuan Li
Distributed training allows scaling up deep learning tasks so bigger models can be learned from more extensive data. In this tutorial, we will explain how to do distributed training across multiple nodes.
Published 06/07/2019 by Chuan Li