Skip to content

Commit

Permalink
fix visdom server path
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyuntc committed Jul 18, 2020
1 parent 7ce9c9e commit 367db36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/vis_tool.py
Expand Up @@ -175,7 +175,7 @@ class Visualizer(object):
"""

def __init__(self, env='default', **kwargs):
self.vis = visdom.Visdom('ag.knew.be',env=env, use_incoming_socket=False, **kwargs)
self.vis = visdom.Visdom('localhost',env=env, use_incoming_socket=False, **kwargs)
self._vis_kw = kwargs

# e.g.('loss',23) the 23th value of loss
Expand Down

0 comments on commit 367db36

Please sign in to comment.