From 79848c2352ed1793578d2377253f8f393d01e997 Mon Sep 17 00:00:00 2001 From: Jean-Luc <Jean-Luc.Parouty@simap.grenoble-inp.fr> Date: Sun, 22 Dec 2024 22:54:53 +0100 Subject: [PATCH] Update and test notebooks (v3.0.12) --- README.ipynb | 18 +++++++++--------- README.md | 4 ++-- RNN.Keras3/01-Ladybug.ipynb | 6 +++--- fidle/about.yml | 2 +- fidle/ci/default.yml | 2 +- fidle/ci/gpu-scale1.yml | 13 +++++++------ 6 files changed, 23 insertions(+), 22 deletions(-) diff --git a/README.ipynb b/README.ipynb index f462d45..1ac248a 100644 --- a/README.ipynb +++ b/README.ipynb @@ -3,13 +3,13 @@ { "cell_type": "code", "execution_count": 1, - "id": "92eb46fc", + "id": "632b4ee8", "metadata": { "execution": { - "iopub.execute_input": "2024-03-22T17:43:14.034809Z", - "iopub.status.busy": "2024-03-22T17:43:14.033992Z", - "iopub.status.idle": "2024-03-22T17:43:14.048462Z", - "shell.execute_reply": "2024-03-22T17:43:14.047262Z" + "iopub.execute_input": "2024-12-22T17:56:42.379486Z", + "iopub.status.busy": "2024-12-22T17:56:42.379188Z", + "iopub.status.idle": "2024-12-22T17:56:42.384886Z", + "shell.execute_reply": "2024-12-22T17:56:42.384583Z" }, "jupyter": { "source_hidden": true @@ -53,7 +53,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 -->3.0.11<!-- VERSION_END -->\n", + "Current Version : <!-- VERSION_BEGIN -->3.0.12<!-- VERSION_END -->\n", "\n", "\n", "## Course materials\n", @@ -68,7 +68,7 @@ "## Jupyter notebooks\n", "\n", "<!-- TOC_BEGIN -->\n", - "<!-- Automatically generated on : 22/03/24 18:43:13 -->\n", + "<!-- Automatically generated on : 22/12/24 18:56:39 -->\n", "\n", "### Linear and logistic regression\n", "- **[LINR1](LinearReg/01-Linear-Regression.ipynb)** - [Linear regression with direct resolution](LinearReg/01-Linear-Regression.ipynb) \n", @@ -243,7 +243,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 : 22/03/24 18:43:13" + "# This README is visible under Jupiter Lab ;-)# Automatically generated on : 22/12/24 18:56:40" ] } ], @@ -263,7 +263,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.9.2" + "version": "3.12.7" } }, "nbformat": 4, diff --git a/README.md b/README.md index 71c00a3..0e4f31b 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,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 -->3.0.11<!-- VERSION_END --> +Current Version : <!-- VERSION_BEGIN -->3.0.12<!-- VERSION_END --> ## Course materials @@ -47,7 +47,7 @@ Have a look about **[How to get and install](https://fidle.cnrs.fr/installation) ## Jupyter notebooks <!-- TOC_BEGIN --> -<!-- Automatically generated on : 22/03/24 18:43:13 --> +<!-- Automatically generated on : 22/12/24 18:56:39 --> ### Linear and logistic regression - **[LINR1](LinearReg/01-Linear-Regression.ipynb)** - [Linear regression with direct resolution](LinearReg/01-Linear-Regression.ipynb) diff --git a/RNN.Keras3/01-Ladybug.ipynb b/RNN.Keras3/01-Ladybug.ipynb index 84a9c8c..603aec6 100644 --- a/RNN.Keras3/01-Ladybug.ipynb +++ b/RNN.Keras3/01-Ladybug.ipynb @@ -89,7 +89,7 @@ "metadata": {}, "outputs": [], "source": [ - "fidle.override('scale', 'train_prop', 'sequence_len', 'predict_len', 'batch_size', 'epochs')" + "fidle.override('scale', 'train_prop', 'sequence_len', 'predict_len', 'batch_size', 'epochs', 'fit_verbosity')" ] }, { @@ -462,7 +462,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3.9.2 ('fidle-env')", + "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, @@ -476,7 +476,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.9.2" + "version": "3.11.0" }, "vscode": { "interpreter": { diff --git a/fidle/about.yml b/fidle/about.yml index 921bb26..366f0bd 100644 --- a/fidle/about.yml +++ b/fidle/about.yml @@ -13,7 +13,7 @@ # # This file describes the notebooks used by the Fidle training. -version: 3.0.11 +version: 3.0.12 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 54e8e72..b70e0a7 100644 --- a/fidle/ci/default.yml +++ b/fidle/ci/default.yml @@ -1,6 +1,6 @@ campain: version: '1.0' - description: Automatically generated ci profile (22/03/24 18:43:13) + description: Automatically generated ci profile (22/12/24 18:56:39) directory: ./campains/default existing_notebook: 'remove # remove|skip' report_template: 'fidle # fidle|default' diff --git a/fidle/ci/gpu-scale1.yml b/fidle/ci/gpu-scale1.yml index 1ea21c6..81b4496 100644 --- a/fidle/ci/gpu-scale1.yml +++ b/fidle/ci/gpu-scale1.yml @@ -204,6 +204,7 @@ K3LADYB1: predict_len: 5 batch_size: 32 epochs: 10 + fit_verbosity: 2 # # ------------ AE.Keras3 @@ -226,7 +227,7 @@ K3AE2: train_prop: default batch_size: default epochs: 20 - fit_verbosity: default + fit_verbosity: 2 K3AE3: notebook: AE.Keras3/03-AE-with-MNIST-post.ipynb @@ -247,7 +248,7 @@ K3AE4: train_prop: default batch_size: default epochs: 20 - fit_verbosity: default + fit_verbosity: 2 K3AE5: notebook: AE.Keras3/05-ExtAE-with-MNIST.ipynb @@ -259,7 +260,7 @@ K3AE5: train_prop: default batch_size: default epochs: 30 - fit_verbosity: default + fit_verbosity: 2 # # ------------ VAE.Keras3 @@ -273,7 +274,7 @@ K3VAE1: seed: default batch_size: default epochs: 20 - fit_verbosity: default + fit_verbosity: 2 K3VAE2: notebook: VAE.Keras3/02-VAE-with-MNIST.ipynb @@ -284,7 +285,7 @@ K3VAE2: seed: default batch_size: default epochs: 20 - fit_verbosity: default + fit_verbosity: 2 K3VAE3: notebook: VAE.Keras3/03-VAE-with-MNIST-post.ipynb @@ -348,7 +349,7 @@ PANDAS1: notebook: Misc/02-Using-pandas.ipynb FID1: - notebook: Misc/07-Fid-Example.ipynb + notebook: Misc/99-Fid-Example.ipynb overrides: scale: 1 x: 345 -- GitLab