在Pytorch虚拟环境中安装Visdom
第一步:激活Pytorch虚拟环境
activate pytorch
第二步:下载Visdom安装包
在github中下载visdom包,下载地址:添加链接描述
第三步:在激活后的环境中中进入visdom-master
cd/D D:\visdom-master
第四步:安装指令:
pip install -e .
第五步:启动服务器
python -m visdom.server
最终会出现如上图示,将最后的地址复制到游览器就能打开。
但是最终可能会出现以下状况,cmd中显示“Downloading scripts,this may take a little while”并且不再反应。
解决 Downloading scripts,this may take a little while 问题
在刚刚下载的文件夹目录下打开Visdom中的server.py文件,修改函数download_scripts_and_run
,将download_scripts()