Reed.Z
Reed.Z
> Can anyone confirm the support of 3080 GPUs in the latest PyTorch version? If this module still fails to compile, can anyone upload their error logs? It will also...

It might be due to the pytorch version. How can I use this library with Pytorch 1.7.0.?
The PyTorch (after version 1.5) remove the `THC/THC.h`, and 3090 only support PyTorch 1.7+. After removing all the lines relating to THC/THCudaCheck, it can compile successful. The configuration is, Cuda11.3...
The problem still exists and I can't download dex/pth/age_sd.pth(539 MB).
I solved this problem by installing git-lfs with apt-get. Also, is there code that tests performance?I want to test the DEX network by MAE.
> Maybe you can download here and replace the two git-lfs pointer file in dex/dex/pth. > [gender_sd.pth](https://drive.google.com/file/d/1ancMcq5b_0nppdIAav1UgBxdiaMnnQPe/view) > [age_sd.pth](https://drive.google.com/file/d/1KtzJBcGPMwjYdxbJkfEeRFzxNMaTVykH/view) Thank you very much!
Yes,I solve it!
Thank you for your reply. And meanwhile, I am wondering if you update the baseline code, such as MetaReg.
Thank you!