From 0ec5dca7c599306cd5a7ca32131757600633be81 Mon Sep 17 00:00:00 2001
From: Jean-Luc Parouty <Jean-Luc.Parouty@simap.grenoble-inp.fr>
Date: Thu, 13 Oct 2022 10:20:19 +0200
Subject: [PATCH] Minor corrections (v2.1b6)

---
 README.ipynb                     | 16 ++++++++--------
 README.md                        |  4 ++--
 VAE/02-VAE-with-MNIST.ipynb      |  2 +-
 VAE/03-VAE-with-MNIST-post.ipynb |  4 ++--
 fidle/about.yml                  |  2 +-
 fidle/ci/default.yml             |  2 +-
 fidle/ci/scale1_settings.yml     |  2 +-
 7 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/README.ipynb b/README.ipynb
index add4bf8..40e99fc 100644
--- a/README.ipynb
+++ b/README.ipynb
@@ -3,13 +3,13 @@
   {
    "cell_type": "code",
    "execution_count": 1,
-   "id": "d32ade6b",
+   "id": "56ec7e61",
    "metadata": {
     "execution": {
-     "iopub.execute_input": "2022-10-12T22:58:07.403985Z",
-     "iopub.status.busy": "2022-10-12T22:58:07.403126Z",
-     "iopub.status.idle": "2022-10-12T22:58:07.414447Z",
-     "shell.execute_reply": "2022-10-12T22:58:07.413483Z"
+     "iopub.execute_input": "2022-10-13T08:19:34.325532Z",
+     "iopub.status.busy": "2022-10-13T08:19:34.324706Z",
+     "iopub.status.idle": "2022-10-13T08:19:34.337397Z",
+     "shell.execute_reply": "2022-10-13T08:19:34.336527Z"
     },
     "jupyter": {
      "source_hidden": true
@@ -52,7 +52,7 @@
        "For more information, you can contact us at :  \n",
        "[<img width=\"200px\" style=\"vertical-align:middle\" src=\"fidle/img/00-Mail_contact.svg\"></img>](#top)\n",
        "\n",
-       "Current Version : <!-- VERSION_BEGIN -->2.1b5<!-- VERSION_END -->\n",
+       "Current Version : <!-- VERSION_BEGIN -->2.1b6<!-- VERSION_END -->\n",
        "\n",
        "\n",
        "## Course materials\n",
@@ -67,7 +67,7 @@
        "## Jupyter notebooks\n",
        "\n",
        "<!-- TOC_BEGIN -->\n",
-       "<!-- Automatically generated on : 13/10/22 00:58:06 -->\n",
+       "<!-- Automatically generated on : 13/10/22 10:19:33 -->\n",
        "\n",
        "### Linear and logistic regression\n",
        "- **[LINR1](LinearReg/01-Linear-Regression.ipynb)** - [Linear regression with direct resolution](LinearReg/01-Linear-Regression.ipynb)  \n",
@@ -229,7 +229,7 @@
     "from IPython.display import display,Markdown\n",
     "display(Markdown(open('README.md', 'r').read()))\n",
     "#\n",
-    "# This README is visible under Jupiter Lab ;-)# Automatically generated on : 13/10/22 00:58:06"
+    "# This README is visible under Jupiter Lab ;-)# Automatically generated on : 13/10/22 10:19:33"
    ]
   }
  ],
diff --git a/README.md b/README.md
index eb32197..de22f29 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ For more information, see **https://fidle.cnrs.fr** :
 For more information, you can contact us at :  
 [<img width="200px" style="vertical-align:middle" src="fidle/img/00-Mail_contact.svg"></img>](#top)
 
-Current Version : <!-- VERSION_BEGIN -->2.1b5<!-- VERSION_END -->
+Current Version : <!-- VERSION_BEGIN -->2.1b6<!-- VERSION_END -->
 
 
 ## Course materials
@@ -46,7 +46,7 @@ Have a look about **[How to get and install](https://fidle.cnrs.fr/installation)
 ## Jupyter notebooks
 
 <!-- TOC_BEGIN -->
-<!-- Automatically generated on : 13/10/22 00:58:06 -->
+<!-- Automatically generated on : 13/10/22 10:19:33 -->
 
 ### Linear and logistic regression
 - **[LINR1](LinearReg/01-Linear-Regression.ipynb)** - [Linear regression with direct resolution](LinearReg/01-Linear-Regression.ipynb)  
diff --git a/VAE/02-VAE-with-MNIST.ipynb b/VAE/02-VAE-with-MNIST.ipynb
index 242c937..d0db25e 100644
--- a/VAE/02-VAE-with-MNIST.ipynb
+++ b/VAE/02-VAE-with-MNIST.ipynb
@@ -378,7 +378,7 @@
     "\n",
     "labels=[ str(np.round(z[i],1)) for i in range(10) ]\n",
     "fidle.scrawler.images(x_show,    None, indices='all', columns=10, x_size=2,y_size=2, save_as='05-original')\n",
-    "fidle.scrawler.images(x_reconst, labels  , indices='all', columns=10, x_size=2,y_size=2, save_as='06-reconstruct')\n"
+    "fidle.scrawler.images(x_reconst, None, indices='all', columns=10, x_size=2,y_size=2, save_as='06-reconstruct')\n"
    ]
   },
   {
diff --git a/VAE/03-VAE-with-MNIST-post.ipynb b/VAE/03-VAE-with-MNIST-post.ipynb
index 730d530..631679f 100644
--- a/VAE/03-VAE-with-MNIST-post.ipynb
+++ b/VAE/03-VAE-with-MNIST-post.ipynb
@@ -237,9 +237,9 @@
     "    #\n",
     "    c = Collection(zs, colors=y_show, labels=y_show)\n",
     "    c.attrs.markers_colormap     = {'colorscale':'Rainbow','cmin':0,'cmax':latent_dim}\n",
-    "    c.attrs.markers_size         = 4\n",
+    "    c.attrs.markers_size         = 5\n",
     "    c.attrs.markers_border_width = 0\n",
-    "    c.attrs.markers_opacity      = 0.7\n",
+    "    c.attrs.markers_opacity      = 0.8\n",
     "\n",
     "    s = Simplex.build(latent_dim)\n",
     "    s.attrs.width  = 1000\n",
diff --git a/fidle/about.yml b/fidle/about.yml
index 0780ad5..cb4d9fd 100644
--- a/fidle/about.yml
+++ b/fidle/about.yml
@@ -13,7 +13,7 @@
 #
 # This file describes the notebooks used by the Fidle training.
 
-version:          2.1b5
+version:          2.1b6
 content:          notebooks
 name:             Notebooks Fidle
 description:      All notebooks used by the Fidle training
diff --git a/fidle/ci/default.yml b/fidle/ci/default.yml
index eb09f39..37b0c82 100644
--- a/fidle/ci/default.yml
+++ b/fidle/ci/default.yml
@@ -1,6 +1,6 @@
 campain:
   version: '1.0'
-  description: Automatically generated ci profile (13/10/22 00:58:06)
+  description: Automatically generated ci profile (13/10/22 10:19:33)
   directory: ./campains/default
   existing_notebook: 'remove    # remove|skip'
   report_template: 'fidle     # fidle|default'
diff --git a/fidle/ci/scale1_settings.yml b/fidle/ci/scale1_settings.yml
index f7d275b..87c3630 100644
--- a/fidle/ci/scale1_settings.yml
+++ b/fidle/ci/scale1_settings.yml
@@ -1,7 +1,7 @@
 campain:
   version:           1.0
   description:       Full validation of notebooks with scale parameters set to 1
-  directory:         ./campains/cpu_small
+  directory:         ./campains/scale1_settings
   existing_notebook: skip
   report_template:   fidle
   timeout:           6000
-- 
GitLab