From 1c4fb26cde4ea492341e7f245a88bb3b7e24d88b Mon Sep 17 00:00:00 2001 From: Varuna Jayasiri Date: Fri, 7 May 2021 18:29:03 +0530 Subject: [PATCH] title --- docs/index.html | 10 ++++----- docs/sitemap.xml | 48 +++++++++++++++++++++++++++++++++++--------- labml_nn/__init__.py | 2 +- 3 files changed, 44 insertions(+), 16 deletions(-) diff --git a/docs/index.html b/docs/index.html index 98cd28fe..0d4c9d3f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -7,20 +7,20 @@ - + - + - + - labml.ai Neural Networks + labml.ai Annotated PyTorch Paper Implementations @@ -70,7 +70,7 @@ -

labml.ai Neural Networks

+

labml.ai Annotated PyTorch Paper Implementations

This is a collection of simple PyTorch implementations of neural networks and related algorithms. These implementations are documented with explanations, diff --git a/docs/sitemap.xml b/docs/sitemap.xml index 6e341103..e333ba50 100644 --- a/docs/sitemap.xml +++ b/docs/sitemap.xml @@ -8,7 +8,7 @@ https://nn.labml.ai/gan/wasserstein/experiment.html - 2021-05-06T16:30:00+00:00 + 2021-05-07T16:30:00+00:00 1.00 @@ -20,6 +20,13 @@ + + https://nn.labml.ai/gan/wasserstein/readme.html + 2021-05-07T16:30:00+00:00 + 1.00 + + + https://nn.labml.ai/gan/wasserstein/experiment.html 2021-05-07T16:30:00+00:00 @@ -29,56 +36,77 @@ https://nn.labml.ai/gan/original/experiment.html - 2021-05-06T16:30:00+00:00 + 2021-05-07T16:30:00+00:00 1.00 https://nn.labml.ai/gan/original/index.html - 2021-05-05T16:30:00+00:00 + 2021-05-07T16:30:00+00:00 + 1.00 + + + + + https://nn.labml.ai/gan/original/readme.html + 2021-05-07T16:30:00+00:00 1.00 https://nn.labml.ai/gan/original/experiment.html - 2021-05-06T16:30:00+00:00 + 2021-05-07T16:30:00+00:00 1.00 https://nn.labml.ai/gan/dcgan/experiment.html - 2021-05-06T16:30:00+00:00 + 2021-05-07T16:30:00+00:00 1.00 https://nn.labml.ai/gan/dcgan/index.html - 2021-05-06T16:30:00+00:00 + 2021-05-07T16:30:00+00:00 + 1.00 + + + + + https://nn.labml.ai/gan/dcgan/readme.html + 2021-05-07T16:30:00+00:00 1.00 https://nn.labml.ai/gan/cycle_gan/experiment.html - 2021-05-05T16:30:00+00:00 + 2021-05-07T16:30:00+00:00 1.00 https://nn.labml.ai/gan/cycle_gan/index.html - 2021-05-05T16:30:00+00:00 + 2021-05-07T16:30:00+00:00 + 1.00 + + + + + https://nn.labml.ai/gan/cycle_gan/readme.html + 2021-05-07T16:30:00+00:00 1.00 https://nn.labml.ai/gan/index.html - 2021-05-05T16:30:00+00:00 + 2021-05-07T16:30:00+00:00 1.00 @@ -379,7 +407,7 @@ https://nn.labml.ai/index.html - 2021-04-28T16:30:00+00:00 + 2021-05-07T16:30:00+00:00 1.00 diff --git a/labml_nn/__init__.py b/labml_nn/__init__.py index 8f3bd215..b44cf11a 100644 --- a/labml_nn/__init__.py +++ b/labml_nn/__init__.py @@ -1,5 +1,5 @@ """ -# [labml.ai Neural Networks](index.html) +# [labml.ai Annotated PyTorch Paper Implementations](index.html) This is a collection of simple PyTorch implementations of neural networks and related algorithms.