mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 06:54:44 +00:00
2
This commit is contained in:
parent
32f0999485
commit
64c6d06a02
Binary file not shown.
@ -45,6 +45,15 @@ import scipy
|
||||
import matplotlib
|
||||
from sklearn import *
|
||||
|
||||
import collections
|
||||
import numbers
|
||||
|
||||
from fractions import Fraction
|
||||
from decimal import Decimal
|
||||
from itertools import groupby
|
||||
from bisect import bisect_left, bisect_right
|
||||
|
||||
|
||||
def _init_device (setting, arg): #initiates computation device for ANNs
|
||||
if setting == "cuda":
|
||||
temp = setting + ":" + arg
|
||||
|
Loading…
Reference in New Issue
Block a user