-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
[WIP]update hpi config #9190
base: develop
Are you sure you want to change the base?
[WIP]update hpi config #9190
Conversation
Thanks for your contribution! |
ppdet/engine/export_utils.py
Outdated
[100, 3] + hpi_dynamic_shape, | ||
] | ||
|
||
im_shape = [hpi_dynamic_shape] * 3 |
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.
这里建议用[hpi_dynamic_shape for _ in range(3)]
,要不生成的yaml里会有anchor语法,影响阅读
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.
get
ppdet/engine/export_utils.py
Outdated
'scale_factor': scale_factor, | ||
}, | ||
'dynamic_shape_input_data': { | ||
'im_shape': [hpi_dynamic_shape] * 3, |
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.
同上
7819a1b
to
a8ab2c1
Compare
a8ab2c1
to
c0c2809
Compare
No description provided.