-
Notifications
You must be signed in to change notification settings - Fork 629
New issue
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
[New Feature] Support Paddle PIR Visualization 🚀 #1263
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM overall
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
基于VisualDL为Paddle新IR添加可视化
相关链接
主要改动
其它改动
lang= request.accept_languages.best_match(support_language)
可能为None导致visualDL启动失败,故改动运行测例
export FLAGS_enable_new_ir_in_executor=true
python demo/components/program_test.py
输出文件将在xxx/VisualDL/log/program_test下visualdl --logdir ~/VisualDL/log/program_test/ --port 8080
注意需绝对路径当前效果