Install TensorFlow & PyTorch for the RTX 3090, 3080, 3070
This post shows you how to install TensorFlow & PyTorch (and all dependencies) in under 2 minutes using Lambda Stack, a freely available Ubuntu 20.04 APT ...
Published on by Michael Balaban
This post shows you how to install TensorFlow & PyTorch (and all dependencies) in under 2 minutes using Lambda Stack, a freely available Ubuntu 20.04 APT ...
Published on by Chuan Li
TensorFlow 2 is now live! This tutorial walks you through the process of building a simple CIFAR-10 image classifier using deep learning. In this tutorial, we ...
Published on by Chuan Li
Distributed training allows scaling up deep learning task so bigger models can be learned or training can be conducted at a faster pace. In a previous ...
Published on by Chuan Li
During training, weights in the neural networks are updated so that the model performs better on the training data. For a while, improvements on the training ...
Published on by Chuan Li
This tutorial combines two items from previous tutorials: saving models and callbacks. Checkpoints are saved model states that occur during training. With ...
Published on by Chuan Li
This tutorial shows you how to perform transfer learning using TensorFlow 2.0. We will cover:
Published on by Stephen Balaban
by Chuan Li, PhD
Published on by Stephen Balaban
Update June 5th 2020: OpenAI has announced a successor to GPT-2 in a newly published paper. Checkout our GPT-3 model overview.
Published on by Chuan Li
This tutorial is about making a character-based text generator using a simple two-layer LSTM. It will walk you through the data preparation and the network ...