-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Fix visdom integration (using viz.line()
instead of viz.updatetrace()
)
#2252
Fix visdom integration (using viz.line()
instead of viz.updatetrace()
)
#2252
Conversation
Visdom had changed it's API according to this post: fossasia/visdom#359
Hello @allenyllee, thanks for the fix: please
after this changes, I'll merge current PR. |
Sorry, this is my first pull request to this project, I don't very understand how to do what you say.
|
No problem @allenyllee, (1) Merge
(2) Add test in the same way as other tests, see any file in https://github.com/RaRe-Technologies/gensim/tree/develop/gensim/test |
Hi @menshikh-iv , I have done that all you had mentioned, but Travis CI still failed. |
Hi, @allenyllee
|
Hi @menshikh-iv , finally, I have passed all checks! |
viz.line()
instead of viz.updatetrace()
)
Thank you @allenyllee 👍 |
Visdom had changed it's API according to this post: fossasia/visdom#359
Fixes #2155