fossasia/visdom

[Feature Request] Display text windows when comparing environments

开放

#470 创建于 2018年9月1日

 (0 条评论) (0 个反应) (1 位负责人)Python (1,152 个派生)batch import
enhancementhelp wanted

仓库指标

星标
 (9,831 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南