From f41e62578b618dc82c0d6163f482abcb7bedf881 Mon Sep 17 00:00:00 2001 From: esgomezm <43643518+esgomezm@users.noreply.github.com> Date: Fri, 24 May 2024 11:06:35 +0100 Subject: [PATCH] version unet --- Colab_notebooks/U-Net_2D_ZeroCostDL4Mic.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Colab_notebooks/U-Net_2D_ZeroCostDL4Mic.ipynb b/Colab_notebooks/U-Net_2D_ZeroCostDL4Mic.ipynb index 8bbf991c..ad44d9bf 100644 --- a/Colab_notebooks/U-Net_2D_ZeroCostDL4Mic.ipynb +++ b/Colab_notebooks/U-Net_2D_ZeroCostDL4Mic.ipynb @@ -210,7 +210,7 @@ "outputs": [], "source": [ "from __future__ import print_function\n", - "Notebook_version = '2.1.1'\n", + "Notebook_version = '2.2.1'\n", "Network = 'U-Net (2D)'\n", "\n", "\n",