1
0
mirror of https://github.com/gryf/coach.git synced 2025-12-17 19:20:19 +01:00

removing datasets + imports optimization

This commit is contained in:
itaicaspi-intel
2018-08-19 14:16:01 +03:00
parent d826382b11
commit 658b437079
152 changed files with 385 additions and 393 deletions

View File

@@ -22,11 +22,11 @@ import os
import signal
import threading
import time
from multiprocessing import Manager
from subprocess import Popen
from typing import List, Tuple
import numpy as np
from multiprocessing import Manager
killed_processes = []