From e10409e4a718a9170d6a7c0ac10b9231026dd1d9 Mon Sep 17 00:00:00 2001 From: Mahdi Dibaiee Date: Sun, 2 Apr 2017 17:14:50 +0430 Subject: [PATCH] fix: tensorflow is not required --- es.py | 1 - 1 file changed, 1 deletion(-) diff --git a/es.py b/es.py index ef3b293..1002b5e 100644 --- a/es.py +++ b/es.py @@ -1,4 +1,3 @@ -import tensorflow as tf import numpy as np def sigmoid(x):