oval-group / mlogger

a lightweight and simple logger for Machine Learning
MIT License
127 stars 12 forks source link

Fix xp.py visdom_opts #6

Closed leezu closed 7 years ago

leezu commented 7 years ago

Otherwise the visdom_opts is shared between all Experiment instances that use the default visdom_opts.. I.e. the 'env' in visdom_opts.keys() will be True when it should be False and the name env will be set incorrectly.