Illustration of visualizing images using Visdom on Moment Pool Cloud
IPFS
Lease a machine to add a default port
Click to expand advanced options
Click to add port configuration
Add the default port of Visdom, select the http
port and fill in 8097
Enter the environment to install and use
The JupyterLab link is the tool used for this experiment to install the experiment
HTTP 8097 port link open is your Visdom
Install
pip install visdom
start up
python -m visdom.server
Note bash ioloop.install() # Needs to happen before any tornado imports! Checking for scripts. Downloading scripts, this may take a little while
After visdom is successfully started, it will return a URL. At this time, you can go back to my rental page and open your HTTP 8097 port link.
simple test
import matplotlib.pyplot as plt from visdom import Visdom vis = Visdom() plt.plot(range(100)) vis.matplot(plt)
Another look at Visdom
Finish
Reference article
PyTorch deep learning training visualization tool visdom
Detailed explanation of PyTorch visualization tool visdom (1)
Python drawing (marker, marker, set marker size, marker symbol collection)
visdom:Downloading scripts, this may take a little while
Like my work? Don't forget to support and clap, let me know that you are with me on the road of creation. Keep this enthusiasm together!
- Author
- More