def __init__(self):
     """:arg
     """
     HyperParamters.__init__(self)
 def __init__(self):
     # inhereit from HyperParameter
     HyperParamters.__init__(self)
Ejemplo n.º 3
0
 def __init__(self):
     HyperParamters.__init__(self)
 def __init__(self):
     """:arg
     Inheriret from HyperParamters
     """
     HyperParamters.__init__(self)
Ejemplo n.º 5
0
 def __init__(self):
     """
     Inheritte from HyperParamters
     """
     # inherite
     HyperParamters.__init__(self)