diff --git a/README.ipynb b/README.ipynb index f462d451a890b0ac006d98c0d5dd4f2516b0a1ac..1ac248a97ba9c12f71865d30d38f2909eedc8bf1 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 71c00a3af946f18d689394acf4c6e2cc69d77cbe..0e4f31b2a947e2413f570422e14eb33478d6bbb1 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 84a9c8c63af92d300583646f9c394d926c0b4460..603aec6ba95bfa781e6fe7a3eb79eef5dd716899 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 921bb26f8170391708dc1cdac1f8fafd94af4666..366f0bd554c3836743abc0d4850a720ccbb128fd 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 54e8e7210890cbe92ab5b85a6772135252ecdbaa..b70e0a773ad21dbb29164107d6d5e539b435ec43 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 1ea21c66505095e77f7adbf8597558cf2dc88d13..81b4496b07fa2b001f44af8ea2ea6a8e7d937fd5 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