From 8ad987019f1573fc9924fd0b2e903f52adc5a2d1 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 21:09:09 +0000 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/psf/black-pre-commit-mirror: 23.12.1 → 24.1.1](https://github.com/psf/black-pre-commit-mirror/compare/23.12.1...24.1.1) --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ae714a1..afbc722 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,5 @@ repos: - repo: https://github.com/psf/black-pre-commit-mirror - rev: "23.12.1" + rev: "24.1.1" hooks: - id: black-jupyter From 40f93d46bec6d1bf75ba65495f1513dc9f8eb508 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 21:09:17 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- machine-learning-das/notebooks/6-vae-mnist.ipynb | 1 - 1 file changed, 1 deletion(-) diff --git a/machine-learning-das/notebooks/6-vae-mnist.ipynb b/machine-learning-das/notebooks/6-vae-mnist.ipynb index 9f5d18e..6f6f57d 100644 --- a/machine-learning-das/notebooks/6-vae-mnist.ipynb +++ b/machine-learning-das/notebooks/6-vae-mnist.ipynb @@ -165,7 +165,6 @@ "\n", "\n", "class KLDivergenceLayer(Layer):\n", - "\n", " \"\"\"Identity transform layer that adds KL divergence\n", " to the final model loss.\n", " \"\"\"\n",