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

【SCU】【PPSCI Export&Infer No.19】phycrnet #1029

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

Sylence8
Copy link

PR types

Others

PR changes

Others

Describe

#788

Copy link

paddle-bot bot commented Nov 25, 2024

Thanks for your contribution!

Copy link
Collaborator

@HydrogenSulfate HydrogenSulfate left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

代码可以自测运行一下,通过再提交PR

Comment on lines +219 to +220
key: InputSpec([None, 1], "float32", name=key)
for key in cfg.MODEL.input_keys
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里的形状应该是不对的,可以在PhyCrNet的forward里调试一下:
image
正确的形状和数据类型如下

'initial_state': [[65536]], float32,
'initial_state_shape': [[1,2,1,128,16,16]], int64
'input': [[1,2,127,128]], float32

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

收到

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contributor HappyOpenSource Pro 进阶版快乐开源活动,更具挑战性的任务
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants