-
Notifications
You must be signed in to change notification settings - Fork 480
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
Python 3.10 throws an error related to swintransformer #234
Comments
I tried creating a custom env with conda, but it's not even possible to install the libraries as listed. any idea for a patch? |
duplicate of #207 The solution presented here ( comment out the one line) does indeed work (with timm=0.9.7) |
@poetaster this fix worked for me :-) |
Yeah, me too, just after some detours ;) Now if I could get VisionEncoder model chkpoints loading :) |
i tried to unistall and install timm==0.5.4 but i still have this problem |
SwinTransformer/Swin-Transformer-Object-Detection#214
whether 3.11 (rl9), 3.10 (rl9), 3.7 (3.7 ubu22 using conda/wsl)
AttributeError: 'SwinTransformer' object has no attribute 'pos_drop'
The text was updated successfully, but these errors were encountered: