We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1: (paddle_env) D:\code\python\PaddleOCR\PaddleOCR-main>visualdl --logdir ./runs/mnist_experiment/rec/epoch_200 --host 0.0.0.0 --port 8080 VisualDL 2.5.3 [ERROR 2024-09-26 10:10:32,712 api.py:75] Internal server error. Retry later.
跳转http://localhost:8080/app/graph/static_graph界面
2:下载的paddlepaddle 3.0.0-beta1版本,提示需要Paddle>=2.0.0,VisualDL 还是不能显示图像 (paddle_env) D:\code\python\PaddleOCR\PaddleOCR-main>visualdl --logdir ./runs/mnist_experiment/rec/epoch_200 --host 0.0.0.0 --port 8080 --component_tabs sc alar image text embeddings audio histogram hyper_parameters static_graph dynamic_graph pr_curve roc_curve profiler x2paddle fastdeploy_server fastdeploy_cl ient VisualDL 2.5.3 Traceback (most recent call last): File "D:\develop_tools\Anaconda3-2021.11\envs\paddle_env\lib\runpy.py", line 194, in _run_module_as_main return _run_code(code, main_globals, None, File "D:\develop_tools\Anaconda3-2021.11\envs\paddle_env\lib\site-packages\visualdl\component\inference\model_convert_server.py", line 26, in from x2paddle.convert import onnx2paddle File "D:\develop_tools\Anaconda3-2021.11\envs\paddle_env\lib\site-packages\x2paddle\convert.py", line 17, in from x2paddle.utils import ConverterCheck File "D:\develop_tools\Anaconda3-2021.11\envs\paddle_env\lib\site-packages\x2paddle\utils.py", line 112, in paddle_dtypes = PaddleDtypes(is_new_version) File "D:\develop_tools\Anaconda3-2021.11\envs\paddle_env\lib\site-packages\x2paddle\utils.py", line 108, in init raise Exception("Paddle>=2.0.0 is required, Please update version!") Exception: Paddle>=2.0.0 is required, Please update version!
Environment (运行环境) win10 VisualDL 2.5.3 paddlepaddle 3.0.0-beta1 本地
if log_writer is not None: log_writer.add_scalar('loss', avg_loss.numpy(), global_step) log_writer.add_scalar('learning_rate', lr, global_step)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
1:
(paddle_env) D:\code\python\PaddleOCR\PaddleOCR-main>visualdl --logdir ./runs/mnist_experiment/rec/epoch_200 --host 0.0.0.0 --port 8080
VisualDL 2.5.3
[ERROR 2024-09-26 10:10:32,712 api.py:75] Internal server error. Retry later.
跳转http://localhost:8080/app/graph/static_graph界面
2:下载的paddlepaddle 3.0.0-beta1版本,提示需要Paddle>=2.0.0,VisualDL 还是不能显示图像
(paddle_env) D:\code\python\PaddleOCR\PaddleOCR-main>visualdl --logdir ./runs/mnist_experiment/rec/epoch_200 --host 0.0.0.0 --port 8080 --component_tabs sc
alar image text embeddings audio histogram hyper_parameters static_graph dynamic_graph pr_curve roc_curve profiler x2paddle fastdeploy_server fastdeploy_cl
ient
VisualDL 2.5.3
Traceback (most recent call last):
File "D:\develop_tools\Anaconda3-2021.11\envs\paddle_env\lib\runpy.py", line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
File "D:\develop_tools\Anaconda3-2021.11\envs\paddle_env\lib\site-packages\visualdl\component\inference\model_convert_server.py", line 26, in
from x2paddle.convert import onnx2paddle
File "D:\develop_tools\Anaconda3-2021.11\envs\paddle_env\lib\site-packages\x2paddle\convert.py", line 17, in
from x2paddle.utils import ConverterCheck
File "D:\develop_tools\Anaconda3-2021.11\envs\paddle_env\lib\site-packages\x2paddle\utils.py", line 112, in
paddle_dtypes = PaddleDtypes(is_new_version)
File "D:\develop_tools\Anaconda3-2021.11\envs\paddle_env\lib\site-packages\x2paddle\utils.py", line 108, in init
raise Exception("Paddle>=2.0.0 is required, Please update version!")
Exception: Paddle>=2.0.0 is required, Please update version!
Environment (运行环境)
win10
VisualDL 2.5.3
paddlepaddle 3.0.0-beta1
本地
The text was updated successfully, but these errors were encountered: