From 236c0e66a6b70f9f933f8961a2122263e84346d3 Mon Sep 17 00:00:00 2001 From: Johnny Peck Date: Fri, 14 Oct 2022 01:44:52 -0400 Subject: [PATCH] Fix link to blog post The protocol is needed for links on github. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0399634..6456614 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Convolutional Autoencoders -This repo shows how to write autoencoders and convolutional autoencoders from scratch with python, and is paired with the blog found [here](blog.paperspace.com/convolutional-autoencoder/) +This repo shows how to write autoencoders and convolutional autoencoders from scratch with python, and is paired with the blog found [here](https://blog.paperspace.com/convolutional-autoencoder/) Launch this in Paperspace Gradient by clicking the link below.