-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AttributeError: 'Visdom' object has no attribute 'updateTrace' #359
Comments
As noted in #358, |
AttributeError: 'Visdom' object has no attribute 'updateTrace'. What Update , I need to make Callback code to get away with this issue? |
Rather than calling |
Visdom had changed it's API according to this post: fossasia/visdom#359
Can someone please tell me how to port this line to the new API
I can't find any solution anywhere |
@soulslicer are you trying to append or replace? Is it a line or a scatter plot? Depending on which, you'll just use |
…e()`) (#2252) * using viz.line() instead of viz.updatetrace() Visdom had changed it's API according to this post: fossasia/visdom#359 * add simple test for visdom viz.line() update graph API (for visdom >= 0.1.8) * use easydict instead of argparse * use self defined class instead of easydict * change to test lda callback update graph function * fix python2 subprocess don't have TimeoutExpired Atttribute error * fix lint error * fix lint error * upd test
Hey guy. I am a newer to visdom and I try the code
viz.updateTrace( X=np.random.rand(255), Y=np.random.rand(255), win=win, name='new_trace', )
online but then I get the bug
AttributeError: 'Visdom' object has no attribute 'updateTrace'
My version is the newest version 0.1.8.3 and i wonder know if there is any bug in the newest version?
The text was updated successfully, but these errors were encountered: