From 299d91c81e96962644b1a43da2352dcda1eb19dc Mon Sep 17 00:00:00 2001 From: iperov Date: Wed, 30 Dec 2020 14:31:23 +0400 Subject: [PATCH] remove unused --- core/leras/nn.py | 1 - 1 file changed, 1 deletion(-) diff --git a/core/leras/nn.py b/core/leras/nn.py index 7d62393..c4420e1 100644 --- a/core/leras/nn.py +++ b/core/leras/nn.py @@ -70,7 +70,6 @@ class nn(): first_run = True os.environ['CUDA_CACHE_PATH'] = str(compute_cache_path) - #nvcuda.dll ignores this param : os.environ['CUDA_​CACHE_​MAXSIZE'] = '536870912' #512Mb (32mb default) os.environ['TF_MIN_GPU_MULTIPROCESSOR_COUNT'] = '2' os.environ['TF_CPP_MIN_LOG_LEVEL'] = '3' # tf log errors only