-
Notifications
You must be signed in to change notification settings - Fork 9.5k
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
The problem of mmpretrain modifying the backbone network #12270
Comments
This question has been modifiedAdd 'out_indices' parameter in 'class TIMMBackbone(BaseBackbone):'
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The '**kwargs' parameter in TIMMBackbone supports out_indices to specify output features, but I modified it according to the official website https://mmdetection.readthedocs.io/zh-cn/latest/advanced_guides/how_to.html tutorial and got the following error:
AttributeError: 'TIMMBackbone' object has no attribute 'out_indices'
My configuration file:
The text was updated successfully, but these errors were encountered: