Turn a List into a Tensor in Python

Turn a List into a Tensor in Python

In this blog post Turn a List into a Tensor in Python with NumPy, PyTorch, TensorFlow we will turn everyday Python lists into high-performance tensors you can train models with or crunch data on GPUs. Converting a list to a tensor sounds simple, and it is. But doing...
Deploying Deep Learning Models

Deploying Deep Learning Models

In this blog post Deploying Deep Learning Models as Fast Secure REST APIs in Production we will walk through how to turn a trained model into a robust web service ready for real users and real traffic. Deploying a model is about more than shipping code. It’s about...
Deploy a Model with TensorFlow Serving

Deploy a Model with TensorFlow Serving

In this blog post Deploy a Model with TensorFlow Serving on Docker and Kubernetes we will walk through how to package a TensorFlow model, serve it locally with Docker, and scale it on Kubernetes. Deploy a Model with TensorFlow Serving on Docker and Kubernetes is aimed...