def __init__(self, port, title): self.keys = [] self.values = {} self.viz = visdom.Visdom(port=port) self.iteration = 0 self.title = title