Ejemplo n.º 1
0
 def __init__(self, *args, env=None, **kwargs):
     Visdom.__init__(self, *args, **kwargs)
     self.env = env
     self.plots = {}
Ejemplo n.º 2
0
 def __init__(self, *args, **kwargs):
     Visdom.__init__(self, *args, **kwargs)
     self.plots = {}