Yongkang He
Results
2
issues of
Yongkang He
Thanks for your wonderful work!!! I follow the guidance in section **Evaluation on HUMANISE**, download the pre-trained models `CDM-Perceiver-HUMANISE-step200k.zip` and `CMDM-Enc-HUMANISE-step400k.zip` from the Google drive link you provided, and run...
Solution for bug in #define CHECK_CUDA(x) AT_CHECK(x.type().is_cuda(), #x " must be a CUDA tensor")
1
I have met several problems during compiling and find out corresponding solutions to share with everyone. ``` warning: ‘at::DeprecatedTypeProperties& at::Tensor::type() const’ is deprecated: Tensor.type() is deprecated. Instead use Tensor.options(), which...