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

静态图 #18

Open
chen-del opened this issue Jul 27, 2024 · 12 comments
Open

静态图 #18

chen-del opened this issue Jul 27, 2024 · 12 comments

Comments

@chen-del
Copy link

您好,这种格式pd适合导出静态图吗

@zkyredstart
Copy link

您是导出为onnx那种格式吗,这个导出为静态图我没有试过,但是pd和pdparams基本上等价的。

@chen-del
Copy link
Author

@zkyredstart ,感谢您的回答,我是想导出onnx格式

@chen-del
Copy link
Author

然后在导出静态图的时候我遇到了
image

@zkyredstart
Copy link

@chen-del PPLanedet目前还没有尝试过onnx的导出,但我认为这是一个很有用的尝试,我目前在忙其他项目还没时间来看这个方面,如果您有进展,欢迎您来PR。上图中报错应该是要求输入是list,但我们这里要求是一个字典。

@chen-del
Copy link
Author

chen-del commented Aug 1, 2024

@zkyredstart ,我发现这一步操作,应该放到forward外面进行处理,送入到这里时应该是一个layer,但是它需要的是字典,这样意味着要重写训练那部分代码。

@zkyredstart
Copy link

@chen-del 您有大概的示例代码嘛。我理解一下,也就是网络中forward里需要是一个tensor而不是一个字典?

@chen-del
Copy link
Author

chen-del commented Aug 2, 2024

@zkyredstart ,这个大概已经解决了,就是太久没有使用这种方式导出,有些生疏我传入的tensor不是符合要求的。

@chen-del
Copy link
Author

chen-del commented Aug 2, 2024

@zkyredstart ,我还有个问题需要了解,scnn这个模块在实际使用里面是充当cabm这种注意力机制的方式嘛,使用使用推理的时候是不是可以忽略这个模块。

@zkyredstart
Copy link

@zkyredstart ,这个大概已经解决了,就是太久没有使用这种方式导出,有些生疏我传入的tensor不是符合要求的。

好,如果可以的话欢迎提个PR

@zkyredstart
Copy link

@zkyredstart ,我还有个问题需要了解,scnn这个模块在实际使用里面是充当cabm这种注意力机制的方式嘛,使用使用推理的时候是不是可以忽略这个模块。

推理是可以忽略,但是可能性能会下降。

@chen-del
Copy link
Author

chen-del commented Aug 2, 2024

@zkyredstart,这个大概已经解决了,就是太久没有用这种方式导出,有些生疏了我认为的张量不符合要求的。

好,如果可以的话欢迎提个PR

@zkyredstart ,我有时间的话整理一下,然后再提pr,因为现在我这边改动了一部分代码没来得及整理,就是实验部分。

@zkyredstart
Copy link

@chen-del 好的,期待您的PR代码,非常感谢~

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

No branches or pull requests

2 participants