Skip to content
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

[Bug] Fix export graph bug in windows #1244

Merged
merged 2 commits into from
Apr 4, 2023

Conversation

rainyfly
Copy link
Collaborator

@rainyfly rainyfly commented Apr 2, 2023

  1. Fix export graph bug in windows.
    由于考虑节点层次路径的时候,设计的时候使用的是posix的路径表示,通过/来分隔路径层次,使用os.path.commonpath在windows下返回的会是windows下的路径表示,用\来分割,导致windows下功能失效。现在修复了这一问题

@rainyfly rainyfly merged commit 6ae0838 into PaddlePaddle:develop Apr 4, 2023
rainyfly added a commit to rainyfly/VisualDL that referenced this pull request May 4, 2023
* fix export graph bug in windows

* fix format
@rainyfly rainyfly mentioned this pull request May 4, 2023
rainyfly added a commit that referenced this pull request May 4, 2023
* [New Feature] Add paddle2onnx component (#1228)

* add paddle2onnx component

* add comments

* fix

* supplement failure judgement

* fix format

* fix format

* [Frontend] Add model convertion frontend (#1232)

* add paddle2onnx component

* add comments

* fix

* onnx2paddle

* filetype

* filetype2

* filetype3

* filetype4

* filetype5

* filetype5

* filetype6

* filetype7

* filetype7

* filetype8

* filetype8

* filetype8

* filetype8

* filetype9

* filetype10

* filetype11

* filetype12

* filetype13

* filetype14

* filetype15

* filetype16

* filetype17

* filetype18

* add animation for converting

* add animation for downloading

* remove unneccessary file

* optimize logic

* add text

* update

---------

Co-authored-by: xiaoyixin-cmd <1634228212@qq.com>

* [Bug] Fix export graph bug in windows (#1244)

* fix export graph bug in windows

* fix format

* fix coompatible pproblem for python3.10 and gradio (#1249)

* bump visualdl to v2.5.2

---------

Co-authored-by: xiaoyixin-cmd <1634228212@qq.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant