From 991638f51272533a08345ee32fcd0a798c07a682 Mon Sep 17 00:00:00 2001 From: Saransh Chopra Date: Mon, 30 Oct 2023 22:44:33 +0530 Subject: [PATCH 1/2] Fix tutorial redirects --- tutorialposts/2020-09-15-deep-learning-flux.md | 5 ++++- tutorialposts/2020-10-18-transfer-learning.md | 5 ++++- tutorialposts/2021-01-21-data-loader.md | 5 ++++- tutorialposts/2021-01-26-mlp.md | 5 ++++- tutorialposts/2021-02-07-convnet.md | 5 ++++- tutorialposts/2021-10-08-dcgan-mnist.md | 5 ++++- tutorialposts/2021-10-14-vanilla-gan.md | 1 - 7 files changed, 24 insertions(+), 7 deletions(-) diff --git a/tutorialposts/2020-09-15-deep-learning-flux.md b/tutorialposts/2020-09-15-deep-learning-flux.md index a50ab2f..6ed8485 100644 --- a/tutorialposts/2020-09-15-deep-learning-flux.md +++ b/tutorialposts/2020-09-15-deep-learning-flux.md @@ -2,5 +2,8 @@ title = "Deep Learning with Flux - A 60 Minute Blitz" published = "15 November 2020" author = "Saswat Das, Mike Innes, Andrew Dinhobl, Ygor Canalli, Sudhanshu Agrawal, João Felipe Santos" -external = "http://fluxml.ai/Flux.jl/stable/tutorials/2020-09-15-deep-learning-flux/" +++ + +~~~ + +~~~ diff --git a/tutorialposts/2020-10-18-transfer-learning.md b/tutorialposts/2020-10-18-transfer-learning.md index 5094bd8..bad41fb 100644 --- a/tutorialposts/2020-10-18-transfer-learning.md +++ b/tutorialposts/2020-10-18-transfer-learning.md @@ -2,5 +2,8 @@ title = "Transfer Learning with Flux" published = "18 October 2020" author = "Dhairya Gandhi" -external = "http://fluxml.ai/Flux.jl/stable/training/training/" +++ + +~~~ + +~~~ diff --git a/tutorialposts/2021-01-21-data-loader.md b/tutorialposts/2021-01-21-data-loader.md index 1cc931f..a9b4057 100644 --- a/tutorialposts/2021-01-21-data-loader.md +++ b/tutorialposts/2021-01-21-data-loader.md @@ -2,5 +2,8 @@ title = "Using Flux DataLoader" published = "21 January 2021" author = "Liliana Badillo, Dhairya Gandhi" -external = "http://fluxml.ai/Flux.jl/stable/data/mlutils/" +++ + +~~~ + +~~~ diff --git a/tutorialposts/2021-01-26-mlp.md b/tutorialposts/2021-01-26-mlp.md index 9f72427..03c40cc 100644 --- a/tutorialposts/2021-01-26-mlp.md +++ b/tutorialposts/2021-01-26-mlp.md @@ -2,5 +2,8 @@ title = "Simple multi-layer perceptron" published = "26 January 2021" author = "Adarsh Kumar, Mike J Innes, Andrew Dinhobl, Jerry Ling, natema, Zhang Shitian, Liliana Badillo, Dhairya Gandhi" -external = "http://fluxml.ai/Flux.jl/stable/tutorials/2021-01-26-mlp/" +++ + +~~~ + +~~~ diff --git a/tutorialposts/2021-02-07-convnet.md b/tutorialposts/2021-02-07-convnet.md index e9f2a3a..8633c24 100644 --- a/tutorialposts/2021-02-07-convnet.md +++ b/tutorialposts/2021-02-07-convnet.md @@ -2,5 +2,8 @@ title = "Simple ConvNet" published = "7 February 2021" author = "Elliot Saba, Adarsh Kumar, Mike J Innes, Dhairya Gandhi, Sudhanshu Agrawal, Sambit Kumar Dash, fps.io, Carlo Lucibello, Andrew Dinhobl, Liliana Badillo" -external = "http://fluxml.ai/Flux.jl/stable/tutorials/2021-02-07-convnet/" +++ + +~~~ + +~~~ diff --git a/tutorialposts/2021-10-08-dcgan-mnist.md b/tutorialposts/2021-10-08-dcgan-mnist.md index 491d783..e521774 100644 --- a/tutorialposts/2021-10-08-dcgan-mnist.md +++ b/tutorialposts/2021-10-08-dcgan-mnist.md @@ -2,5 +2,8 @@ title = "Deep Convolutional Generative Adversarial Network (DCGAN)" published = "8 October 2021" author = "Deeptendu Santra" -external = "http://fluxml.ai/Flux.jl/stable/tutorials/2021-10-08-dcgan-mnist/" +++ + +~~~ + +~~~ diff --git a/tutorialposts/2021-10-14-vanilla-gan.md b/tutorialposts/2021-10-14-vanilla-gan.md index cef60f3..12b8c7e 100644 --- a/tutorialposts/2021-10-14-vanilla-gan.md +++ b/tutorialposts/2021-10-14-vanilla-gan.md @@ -2,7 +2,6 @@ title = "Generative Adversarial Networks" published = "14 October 2021" author = "Ralph Kube" -external = "http://fluxml.ai/Flux.jl/stable/tutorials/2021-10-14-vanilla-gan/" +++ ~~~ From 8a7ee13af986ab52cdaf18b9153ee9bcd5d80755 Mon Sep 17 00:00:00 2001 From: Saransh Chopra Date: Fri, 10 Nov 2023 15:25:58 +0530 Subject: [PATCH 2/2] Redirect both individual tutorials and bullet points --- tutorialposts/2020-09-15-deep-learning-flux.md | 1 + tutorialposts/2020-10-18-transfer-learning.md | 1 + tutorialposts/2021-01-21-data-loader.md | 1 + tutorialposts/2021-01-26-mlp.md | 1 + tutorialposts/2021-02-07-convnet.md | 1 + tutorialposts/2021-10-08-dcgan-mnist.md | 1 + tutorialposts/2021-10-14-vanilla-gan.md | 1 + 7 files changed, 7 insertions(+) diff --git a/tutorialposts/2020-09-15-deep-learning-flux.md b/tutorialposts/2020-09-15-deep-learning-flux.md index 6ed8485..9e5013f 100644 --- a/tutorialposts/2020-09-15-deep-learning-flux.md +++ b/tutorialposts/2020-09-15-deep-learning-flux.md @@ -2,6 +2,7 @@ title = "Deep Learning with Flux - A 60 Minute Blitz" published = "15 November 2020" author = "Saswat Das, Mike Innes, Andrew Dinhobl, Ygor Canalli, Sudhanshu Agrawal, João Felipe Santos" +external = "http://fluxml.ai/Flux.jl/stable/tutorials/2020-09-15-deep-learning-flux/" +++ ~~~ diff --git a/tutorialposts/2020-10-18-transfer-learning.md b/tutorialposts/2020-10-18-transfer-learning.md index bad41fb..9995389 100644 --- a/tutorialposts/2020-10-18-transfer-learning.md +++ b/tutorialposts/2020-10-18-transfer-learning.md @@ -2,6 +2,7 @@ title = "Transfer Learning with Flux" published = "18 October 2020" author = "Dhairya Gandhi" +external = "http://fluxml.ai/Flux.jl/stable/training/training/" +++ ~~~ diff --git a/tutorialposts/2021-01-21-data-loader.md b/tutorialposts/2021-01-21-data-loader.md index a9b4057..c450a47 100644 --- a/tutorialposts/2021-01-21-data-loader.md +++ b/tutorialposts/2021-01-21-data-loader.md @@ -2,6 +2,7 @@ title = "Using Flux DataLoader" published = "21 January 2021" author = "Liliana Badillo, Dhairya Gandhi" +external = "http://fluxml.ai/Flux.jl/stable/data/mlutils/" +++ ~~~ diff --git a/tutorialposts/2021-01-26-mlp.md b/tutorialposts/2021-01-26-mlp.md index 03c40cc..2a3d239 100644 --- a/tutorialposts/2021-01-26-mlp.md +++ b/tutorialposts/2021-01-26-mlp.md @@ -2,6 +2,7 @@ title = "Simple multi-layer perceptron" published = "26 January 2021" author = "Adarsh Kumar, Mike J Innes, Andrew Dinhobl, Jerry Ling, natema, Zhang Shitian, Liliana Badillo, Dhairya Gandhi" +external = "http://fluxml.ai/Flux.jl/stable/tutorials/2021-01-26-mlp/" +++ ~~~ diff --git a/tutorialposts/2021-02-07-convnet.md b/tutorialposts/2021-02-07-convnet.md index 8633c24..8cb3505 100644 --- a/tutorialposts/2021-02-07-convnet.md +++ b/tutorialposts/2021-02-07-convnet.md @@ -2,6 +2,7 @@ title = "Simple ConvNet" published = "7 February 2021" author = "Elliot Saba, Adarsh Kumar, Mike J Innes, Dhairya Gandhi, Sudhanshu Agrawal, Sambit Kumar Dash, fps.io, Carlo Lucibello, Andrew Dinhobl, Liliana Badillo" +external = "http://fluxml.ai/Flux.jl/stable/tutorials/2021-02-07-convnet/" +++ ~~~ diff --git a/tutorialposts/2021-10-08-dcgan-mnist.md b/tutorialposts/2021-10-08-dcgan-mnist.md index e521774..8ca7f6a 100644 --- a/tutorialposts/2021-10-08-dcgan-mnist.md +++ b/tutorialposts/2021-10-08-dcgan-mnist.md @@ -2,6 +2,7 @@ title = "Deep Convolutional Generative Adversarial Network (DCGAN)" published = "8 October 2021" author = "Deeptendu Santra" +external = "http://fluxml.ai/Flux.jl/stable/tutorials/2021-10-08-dcgan-mnist/" +++ ~~~ diff --git a/tutorialposts/2021-10-14-vanilla-gan.md b/tutorialposts/2021-10-14-vanilla-gan.md index 12b8c7e..cef60f3 100644 --- a/tutorialposts/2021-10-14-vanilla-gan.md +++ b/tutorialposts/2021-10-14-vanilla-gan.md @@ -2,6 +2,7 @@ title = "Generative Adversarial Networks" published = "14 October 2021" author = "Ralph Kube" +external = "http://fluxml.ai/Flux.jl/stable/tutorials/2021-10-14-vanilla-gan/" +++ ~~~