Closed MathGaron closed 6 years ago
While it can be useful to have visdom stuff in a metaclass, it can be quite annoying
for example, if I simply import the module it tries to connect
Visdom needs a running server. I would like to say check the visdom availability after L79 in loop_callback_base.py.
if vis.check_availability(): return
While it can be useful to have visdom stuff in a metaclass, it can be quite annoying
for example, if I simply import the module it tries to connect