Hzzone / MTLFace

When Age-Invariant Face Recognition Meets Face Age Synthesis: A Multi-Task Learning Framework (CVPR 2021 oral & TPAMI 2022)
170 stars 30 forks source link

Questions to Ask #15

Closed liliiscaiji closed 1 year ago

liliiscaiji commented 1 year ago

Thank you for your answer, but there was another problem when I tried today. I thought about it for a long time but did not solve it. I come to ask you again, hoping to get your reply! image

Hzzone commented 1 year ago

If you are running on the local machine, you should make sure to upgrade your nvcc. try nvcc -V to see which version you use, and add the latest CUDA~(maybe CUDA10+) to your environment export PATH=/usr/local/cuda/bin:$PATH.