Skip to content
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

torch 1.5 support #146

Open
Remhardt opened this issue May 9, 2020 · 3 comments
Open

torch 1.5 support #146

Remhardt opened this issue May 9, 2020 · 3 comments

Comments

@Remhardt
Copy link

Remhardt commented May 9, 2020

torch 1.5 was released!
c++ code inside dcn will not built since AT_CHECK is deprecated and will thourgh not defined error.
Recommended replace AT_CHECK with TORCH_CHECK to support torch 1.5

This solved issue is found in https://github.com/open-mmlab/mmdetection/issues/2513, which i solved my problem "AT_CHECK was not declared in this scope"by this solution.

@dmmartindale
Copy link

The solved issue link above doesn't work. Try open-mmlab/mmdetection#2513

@rsrrohit
Copy link

I had to change a lot of .cpp files replacing AT_CHECK with TORCH_CHECK. But it worked for me!

@linyu0219
Copy link

I had to change a lot of .cpp files replacing AT_CHECK with TORCH_CHECK. But it worked for me!

Thankyou I use pytorch 1.7 and success made it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants