Making remote training work better.
[python_utils.git] / parallelize.py
index 08220951a000e3ee9c24dcc908f54af1067ee265..d9c202faf00d56cf4cfc43e36c821998c249c7c4 100644 (file)
@@ -6,10 +6,6 @@ from enum import Enum
 import functools
 import typing
 
-ps_count = 0
-thread_count = 0
-remote_count = 0
-
 
 class Method(Enum):
     THREAD = 1