Reed.Z

Results 8 comments of 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...

![image](https://user-images.githubusercontent.com/48706305/103263172-104f4880-49e2-11eb-9a0c-cd6cb0c892e8.png)

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!