From 28afd69dc9c186a8265a45467f7c98fedb6b09b4 Mon Sep 17 00:00:00 2001 From: Abdullah Shahid Khan <69131903+Sh9hid@users.noreply.github.com> Date: Mon, 17 Apr 2023 09:50:14 +0530 Subject: [PATCH] typo fix --- 216_mito_unet__xferlearn_12_training_images.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/216_mito_unet__xferlearn_12_training_images.py b/216_mito_unet__xferlearn_12_training_images.py index 9905bb61e..4a2edda55 100644 --- a/216_mito_unet__xferlearn_12_training_images.py +++ b/216_mito_unet__xferlearn_12_training_images.py @@ -26,7 +26,7 @@ Option 2 (especially for Google Colab): Work with Tensorflow 1.x -In google colab, add this as your fitst line. +In google colab, add this as your first line. %tensorflow_version 1.x """