[New Sample] Add vovnet39a model computational graph and extraction script#670
Merged
JewelRoam merged 3 commits intoPaddlePaddle:developfrom Mar 9, 2026
Merged
Conversation
|
Thanks for your contribution! |
Collaborator
|
这个resnet18和timm以及torchvision里边的是一样的吗?如果是的话会有重复,可找到其它模型试试 |
Collaborator
|
你可以看一下当前GraphNet/samples下面的结构,例如你的timm_samples只需要放在timm目录就好了,之前的torch_samples也需要去掉。如更换了模型,记得把原来的git rm并修改PR描述,或者重新单独起PR |
Collaborator
|
另外,code style检查也记得根据CI里面的指引pre-commit一下 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Model: vovnet39a
Framework: Pytorch
Dependency: timm, torch
Content: 1. Switched model to
vovnet39afromtimm.2. Corrected the directory structure to
samples/timm/vovnet39a/as guided.3. Passed local Validation API and completely passed all
pre-commitstyle hooks.