visualdl终端在输出visualdl 2.5.2后卡住没反应
当我单纯地使用以下指令时 visualdl --logdir vdl_log --port 8040 遇到了https://github.com/PaddlePaddle/VisualDL/issues/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,又会遇到https://github.com/PaddlePaddle/VisualDL/issues/1261 中的问题
请问解决了吗