From 31af23098be7a5194fdba7560c9e45d8db5538ab Mon Sep 17 00:00:00 2001 From: vedanth padigelwar Date: Sun, 29 Aug 2021 19:52:32 +0530 Subject: [PATCH] Update requirements-gpu.txt changing the version of tensorflow-gpu to 2.6.0 is solving the error problem for version mismatch regarding the error of ----- ImportError: cannot import name 'LayerNormalization' from 'tensorflow.python.keras.layers.normalization' please update it. I checked it in google colab --- requirements-gpu.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-gpu.txt b/requirements-gpu.txt index 0779f40d..14a5c8c7 100644 --- a/requirements-gpu.txt +++ b/requirements-gpu.txt @@ -1,4 +1,4 @@ -tensorflow-gpu==2.3.0rc0 +tensorflow-gpu==2.6.0 opencv-python==4.1.1.26 lxml tqdm