TextFuseNet
TextFuseNet copied to clipboard
error: identifier "AT_CHECK" is undefined
Compile fails for me with:
/home/marcel/git/TextFuseNet/detectron2/layers/csrc/deformable/deform_conv.h(136): error: identifier "AT_CHECK" is undefined
/home/marcel/git/TextFuseNet/detectron2/layers/csrc/deformable/deform_conv.h(184): error: identifier "AT_CHECK" is undefined
/home/marcel/git/TextFuseNet/detectron2/layers/csrc/deformable/deform_conv.h(234): error: identifier "AT_CHECK" is undefined
/home/marcel/git/TextFuseNet/detectron2/layers/csrc/deformable/deform_conv.h(284): error: identifier "AT_CHECK" is undefined
/home/marcel/git/TextFuseNet/detectron2/layers/csrc/deformable/deform_conv.h(341): error: identifier "AT_CHECK" is undefined
/home/marcel/git/TextFuseNet/detectron2/layers/csrc/deformable/deform_conv_cuda.cu(155): error: identifier "AT_CHECK" is undefined
/home/marcel/git/TextFuseNet/detectron2/layers/csrc/deformable/deform_conv_cuda.cu(338): error: identifier "AT_CHECK" is undefined
/home/marcel/git/TextFuseNet/detectron2/layers/csrc/deformable/deform_conv_cuda.cu(503): error: identifier "AT_CHECK" is undefined
/home/marcel/git/TextFuseNet/detectron2/layers/csrc/deformable/deform_conv_cuda.cu(696): error: identifier "AT_CHECK" is undefined
/home/marcel/git/TextFuseNet/detectron2/layers/csrc/deformable/deform_conv_cuda.cu(823): error: identifier "AT_CHECK" is undefined
/home/marcel/git/TextFuseNet/detectron2/layers/csrc/deformable/deform_conv_cuda.cu(953): error: identifier "AT_CHECK" is undefined
11 errors detected in the compilation of "/home/marcel/git/TextFuseNet/detectron2/layers/csrc/deformable/deform_conv_cuda.cu".
Any idea how to solve this? Thank you!
Compile fails for me with:
/home/marcel/git/TextFuseNet/detectron2/layers/csrc/deformable/deform_conv.h(136): error: identifier "AT_CHECK" is undefined /home/marcel/git/TextFuseNet/detectron2/layers/csrc/deformable/deform_conv.h(184): error: identifier "AT_CHECK" is undefined /home/marcel/git/TextFuseNet/detectron2/layers/csrc/deformable/deform_conv.h(234): error: identifier "AT_CHECK" is undefined /home/marcel/git/TextFuseNet/detectron2/layers/csrc/deformable/deform_conv.h(284): error: identifier "AT_CHECK" is undefined /home/marcel/git/TextFuseNet/detectron2/layers/csrc/deformable/deform_conv.h(341): error: identifier "AT_CHECK" is undefined /home/marcel/git/TextFuseNet/detectron2/layers/csrc/deformable/deform_conv_cuda.cu(155): error: identifier "AT_CHECK" is undefined /home/marcel/git/TextFuseNet/detectron2/layers/csrc/deformable/deform_conv_cuda.cu(338): error: identifier "AT_CHECK" is undefined /home/marcel/git/TextFuseNet/detectron2/layers/csrc/deformable/deform_conv_cuda.cu(503): error: identifier "AT_CHECK" is undefined /home/marcel/git/TextFuseNet/detectron2/layers/csrc/deformable/deform_conv_cuda.cu(696): error: identifier "AT_CHECK" is undefined /home/marcel/git/TextFuseNet/detectron2/layers/csrc/deformable/deform_conv_cuda.cu(823): error: identifier "AT_CHECK" is undefined /home/marcel/git/TextFuseNet/detectron2/layers/csrc/deformable/deform_conv_cuda.cu(953): error: identifier "AT_CHECK" is undefined 11 errors detected in the compilation of "/home/marcel/git/TextFuseNet/detectron2/layers/csrc/deformable/deform_conv_cuda.cu".Any idea how to solve this? Thank you!
https://github.com/mrlooi/rotated_maskrcnn/issues/31#issuecomment-631416601