[Dy2St] Remove duplicate dy2st resnet test #59492
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR types
Others
PR changes
Others
Description
移除
test_resnet
,将原来的test_resnet_v2
rename 为test_resnet
,因为test_resnet_v2
只是 #27459 引入的用 2.0 API 重写的test_resnet
而已,现在 fluid 清理后test_resnet
已经基本完全一样了,没必要维护两份同样的单测另外只测一种情况,降低单测时间
PCard-66972