Replies: 2 comments 4 replies
-
try this,
|
Beta Was this translation helpful? Give feedback.
-
@Suzan009 please make an effort to at least try to solve the problem yourself before filing a bug report. Alex' example is out of date by over half a year now. I have made efforts to make it even easier to change the head since then, as Alex' example missed the re-init of the weights. I made the config read only after creation to prevent people from using a bad configuration. @innat example should work, you can also just look at the train script here to see how the model is init as you can init for a given num_classes with one command: https://github.com/rwightman/efficientdet-pytorch/blob/master/train.py#L270-L283 In any case, it is not a bug or a feature request and should be done via the discussion forum. I will close issues that aren't issues quickly as that's what I use to track priority items to fix / improve. |
Beta Was this translation helpful? Give feedback.
-
I read this thread and your comment.
#154
Didn't get the point. Can you precisely comment on what should I change to in your new update?
People mostly use this efficient-det implementation because of Alex's prepared kernel on the wheat competition. But due to the inconsistent update, it's becoming hard to follow.
I would highly appreciate your solvable comment rather than simply comment or close the issue without solving anything.
Beta Was this translation helpful? Give feedback.
All reactions