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] [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",