From 7c5ece347de616a18c934622a26237f5fbbf0db0 Mon Sep 17 00:00:00 2001 From: Jin Young Sohn Date: Mon, 9 Dec 2019 23:26:21 -0800 Subject: [PATCH] Add Fast Neural Style Transfer link (#1471) --- contrib/colab/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/colab/README.md b/contrib/colab/README.md index 852a91cbd28e..4f411a59783d 100644 --- a/contrib/colab/README.md +++ b/contrib/colab/README.md @@ -20,6 +20,7 @@ following our GCP Tutorials: * [Training PyTorch models on Cloud TPU Pods](https://cloud.google.com/tpu/docs/tutorials/pytorch-pod) ## Get started with our Colab Tutorials +* [Fast Neural Style Transfer](https://colab.research.google.com/github/pytorch/xla/blob/master/contrib/colab/style_transfer_inference-xrt-1-15.ipynb) * [Training MNIST on TPUs](https://colab.research.google.com/github/pytorch/xla/blob/master/contrib/colab/mnist-training-xrt-1-15.ipynb) * [Training ResNet18 on TPUs with Cifar10 dataset](https://colab.research.google.com/github/pytorch/xla/blob/master/contrib/colab/resnet18-training-xrt-1-15.ipynb) * [Inference with Pretrained ResNet50 Model](https://colab.research.google.com/github/pytorch/xla/blob/master/contrib/colab/resnet50-inference-xrt-1-15.ipynb)