Going beyond torchvision models
Learn how to get access to models that have not yet been added to the Torchvision framework.
Learn how to get access to models that have not yet been added to the Torchvision framework.
Learn how to implement the paper Continuous Control with Deep Reinforcement Learning, in PyTorch using OpenAI gym.
This post will give you a detailed roadmap to learn Deep Learning and will help you get Deep Learning internships and full-time jobs within 6 months.
Learn to train a generative image model using Gradient° and then porting the model to ml5.js, so you can interact with it in the browser.
How to adapt major image augmentation techniques for object detection purposes. We also cover the implementation of horizontal flip augmentation.
In this article, we'll use Quilt to transfer versioned training data to a remote machine. We'll start with the Berkeley Segmentation Dataset, package the dataset, then train a PyTorch model for super-resolution imaging.
In this post, we will learn how to train a language model using a LSTM neural network with your own custom dataset and use the resulting model inside so you will able to sample from it directly from the browser!
Next time you're wondering why your machine learning code is running slowly, even on a GPU, consider vectorizing any loopy code!