-
Notifications
You must be signed in to change notification settings - Fork 400
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
add apex support with opt level o1 #50
base: master
Are you sure you want to change the base?
Conversation
I followed the code in this branch and got the following error: |
https://github.com/lbin/DCNv2/blob/master/dcn_v2.py#L43 maybe you should clean you dcn env and recompile the dcn codes @JesseYang |
Thanks for your reply. I don't think recompiling can solve this problem. I re-clone the code from https://github.com/lbin/DCNv2 and build it, but still got the same error. My pytorch version is 1.2. The usage of DCN in my network is: |
The problem is solved. I add the following three lines before
|
Add torchscript support
add star history
No description provided.