alphapose instal questions

alpha install question

question one

define CHECK_CUDA(x) AT_CHECK(x.type().is_cuda(), #x, " must be a CUDAtensor ")

solve method

because pytorch 1.1 used AT_CHECK, but higher version not support; so use TORCH_CHECK replace AT_CHECK;

猜你喜欢

转载自blog.csdn.net/m0_37661841/article/details/124490264