visdom installation and error solutions

First, install

1. Use conda command to install
the command line execution "conda install visdom" command to complete the download and installation (automatically select the appropriate system version).

2. Verify that the installation was successful
at the command line execution "python -m visdom.server" visdom command to start the service, if the installation was successful then click on the link command line that appears to jump into the browser window, display window, and other related components the right to complete the installation.

Second, the error solutions

1. error prompt: lack of relevant package file
on the command line execution "conda install XXX" command to install the corresponding package file, and then re-execute "python -m visdom.server" can be solved.

2. The browser window blue screen, can not display the form and other related components.
The cause of the error is generated due visdom service when you first start networking needs (including outside the network) to download the required run some files, such as js, css, fonts and so on. Although the new version (0.1.8.9+) have solved the problem can not be downloaded, but there are still slow download speeds, firewall restrictions and other issues, so the download process is very long and also error-prone, and therefore I hereby share visdom services needed related files, there are children's shoes and download the required coverage.
I visdom / static folder path: "D: \ Software \ Anaconda \ Anaconda3 \ envs \ pytorch \ Lib \ site-packages \ visdom \ static", please modify the path covered own control.
Under static folders and files included in the folder structure as shown below:
static folder
css folder
fonts folder
js folder

Released seven original articles · won praise 4 · Views 212

Guess you like

Origin blog.csdn.net/Zserendipity/article/details/105242297