fossasia/visdom

[Feature Request] Display text windows when comparing environments

Open

#470 创建于 2018年9月1日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Python (9,831 star) (1,152 fork)batch import
enhancementhelp wanted

描述

Currently, comparing environments compares only plots with the same title across envs. It would be useful to have a similar feature for text windows. In my setup, I create an env for each run of my experiment, and display some plots and a text window with some config info for each run. Comparing envs is an awesome feature which allows me to easily compare the plots across different runs. However, I can't easily compare the configs across runs.

A solution is to just display all text windows with the same title, and append an index (0, 1, 2,...) in the title of the compare env window as is the case for legends in plots.

It might be possible to simulate this behavior by displaying the configs in a 'plot' using a text annotation of some sort, but this seems too hacky.

贡献者指南

[Feature Request] Display text windows when comparing environments · fossasia/visdom#470 | Good First Issue