a312863063 / generators-with-stylegan2

Here is a series of face generators based on StyleGAN2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nvcc fatal : Value 'sm_86' is not defined for option 'gpu-architecture'报错,30系显卡跟这个项目用的旧版cuda不兼容

P1P1Monster opened this issue · comments

anaconda环境
rtx3070
python 3.6.2
tensorflow 1.14
cudatoolkit 10.0.130
cudnn 7.6.5

查到30系需要cuda11以上,tensorflow也得一并升级

有没有30系显卡能跑这个项目的,麻烦交流一下

@P1P1Monster 解决了吗?

我没linux不试了 你看看
《30系显卡配置tensorflow1.x环境》https://blog.csdn.net/qq_39632866/article/details/121776117?utm_source=app&app_version=5.0.0

@P1P1Monster 不行,换成了rtx5000

用的3090TI跑通了。这个文档很多配置信息都旧了,SM_86架构的问题,要把CUDA升级到11.x才能正常编译。配这个环境搞了我一天,问题太多了。

commented

用的3090TI跑通了。这个文档很多配置信息都旧了,SM_86架构的问题,要把CUDA升级到11.x才能正常编译。配这个环境搞了我一天,问题太多了。

能不能分享下你安装的cuda版本和其他包的版本号呀