From ee4b4835757739b9362c308f4e4fe6580621a2f6 Mon Sep 17 00:00:00 2001 From: Prajwal Date: Mon, 24 Aug 2020 22:22:00 +0530 Subject: [PATCH] No need a GPU version of TF. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4d41e03..e924f01 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ librosa==0.7.0 numpy==1.17.1 opencv-contrib-python==4.2.0.34 opencv-python==4.1.0.25 -tensorflow-gpu==1.10.0 +tensorflow==1.10.0 torch==1.1.0 torchvision==0.3.0 tqdm==4.45.0