From bf50c4148d57e45bdf7ae499d150958a96e71044 Mon Sep 17 00:00:00 2001 From: ASEM000 Date: Thu, 3 Aug 2023 12:23:02 +0900 Subject: [PATCH] docs --- docs/examples.rst | 3 +-- docs/index.rst | 1 + docs/notebooks/train_eval.ipynb | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/examples.rst b/docs/examples.rst index e13d037..bdc96c9 100644 --- a/docs/examples.rst +++ b/docs/examples.rst @@ -6,5 +6,4 @@ :maxdepth: 1 notebooks/train_mnist - notebooks/train_bilstm - notebooks/train_eval \ No newline at end of file + notebooks/train_bilstm \ No newline at end of file diff --git a/docs/index.rst b/docs/index.rst index 7dac7ed..0e408ac 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -15,6 +15,7 @@ :maxdepth: 1 notebooks/mental_model + notebooks/train_eval 🛠️ Installation diff --git a/docs/notebooks/train_eval.ipynb b/docs/notebooks/train_eval.ipynb index d99ae26..e328b92 100644 --- a/docs/notebooks/train_eval.ipynb +++ b/docs/notebooks/train_eval.ipynb @@ -98,6 +98,7 @@ "metadata": {}, "source": [ "Apply `tree_eval`\n", + "\n", "Note how `Dropout` is replaced by `Identity`" ] },