Output of model #792
Unanswered
AnhMinhTran
asked this question in
Q&A
Replies: 1 comment
-
You set So you need to create the backbone like this: backbone = timm.create_model(
model_backbone_name,
num_classes=0, # this is important to remove fc layers
global_pool="" # this is important to remove fc layers
) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is the output of timm models a list? I have been trying to use timm models as the backbone for Torch Vision Faster RCNN, they required their backbone output to be an ordered dict, is there any conversion/parameters that I am missing in here? Please see my code below
Error

Beta Was this translation helpful? Give feedback.
All reactions