PaddlePaddle / Paddle

PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署)

Home Page:http://www.paddlepaddle.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Visualdl输入命令后卡住没有反应

yuuuuk0 opened this issue · comments

问题描述 Please describe your issue

tmp5075
当我单纯地使用以下指令时
visualdl --logdir vdl_log --port 8040
遇到了PaddlePaddle/VisualDL#1261 中提到的解决方法,将requests升级到了最新版本2.31.0,并且将visualdl从2.5.3降级到2.5.2,并尝试更长的指令
visualdl --logdir vdl_log --host 0.0.0.0 --port 8080 --component_tabs scalar image text embeddings audio histogram hyper_parameters static_graph dynamic_graph pr_curve roc_curve profiler x2paddle fastdeploy_server fastdeploy_client
结果终端在输出“ VisualDL 2.5.2 ”的字样后就没有反应了,如图。
当我在一分钟内输入两次这样的指令的时候也会正常报错Renew bos client error. Error msg: It can only be requested once within 1 minutes.,但是在时间符合要求的时候输入指令就像图中那样没有反应,这让我不知道该从哪里开始解决

如果我改成visualdl --logdir vdl_log --port 8040,又会遇到PaddlePaddle/VisualDL#1261 中的问题

This is not a bug corresponding to repo Paddle. Best place this issue below the repo https://github.com/PaddlePaddle/VisualDL, the related person will deal with the issue. Thank you.