From 4ec2f1718eeb248d6e5f29f083216e853fda5040 Mon Sep 17 00:00:00 2001 From: TimotheeMickus Date: Mon, 25 Sep 2023 13:43:35 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=20b76ca?= =?UTF-8?q?b3e1cfc0926b87b09c7b51714d0889945d4=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _modules/index.html | 5 - .../modules/conv_multi_step_attention.html | 295 ----------- _modules/mammoth/modules/copy_generator.html | 483 ------------------ _modules/mammoth/modules/embeddings.html | 6 +- .../mammoth/modules/global_attention.html | 444 ---------------- .../mammoth/modules/structured_attention.html | 254 --------- _modules/mammoth/modules/weight_norm.html | 443 ---------------- _modules/mammoth/translate/translator.html | 40 +- _modules/mammoth/utils/loss.html | 10 +- _modules/mammoth/utils/optimizers.html | 23 +- genindex.html | 40 +- mammoth.modules.html | 259 +--------- objects.inv | Bin 1681 -> 1561 bytes options/train.html | 21 +- ref.html | 6 - searchindex.js | 2 +- 16 files changed, 32 insertions(+), 2299 deletions(-) delete mode 100644 _modules/mammoth/modules/conv_multi_step_attention.html delete mode 100644 _modules/mammoth/modules/copy_generator.html delete mode 100644 _modules/mammoth/modules/global_attention.html delete mode 100644 _modules/mammoth/modules/structured_attention.html delete mode 100644 _modules/mammoth/modules/weight_norm.html diff --git a/_modules/index.html b/_modules/index.html index 9eb57444..db70ca93 100644 --- a/_modules/index.html +++ b/_modules/index.html @@ -175,14 +175,9 @@

All modules for which code is available

-
  • all_gather_stats() (mammoth.utils.Statistics static method) -