The visualization tool Visdom does not display the toolbar and window (blue screen), and the browser toolbar cannot find a solution

1. Problem : When using visdom, I found that the browser is blue, without toolbar and window (blue screen) as follows:

 2. Solutions

1. Uninstall visdom first, uninstall command:

pip uninstall visdom

2. Reinstall, the installation steps are as follows:

pip install visdom (安装visdom)
pip install --upgrade visdom (安装新版visdom)
conda install -c conda-forge visdom (conda安装)

3. Start visdom

python -m visdom.server

The following figure is displayed to indicate that the startup is successful:

 Click on the link: Found that the problem has been solved:

 3. Other solutions:

 PyTorch visualization tool Visdom does not display toolbar and window solution - Programmer Sought

Guess you like

Origin blog.csdn.net/qq_42514371/article/details/127863137