-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to build tf1.15 with cuda11 , to run tf1.x code on RTX 30XX? #167
Comments
I haven't got the RTX3090, but I think you can try those steps.
If you use this repo's whl, 1.15 is built with cuda 10.1.243_426.00 / cudnn 7.6.4.38 for cuda 10.1. |
Both version not work , the result of model inference is wrong . |
You should use the CPU version of tensorflow to confirm that your model and code worked. A misconfigured CUDA environment usually causes exceptions and exit. |
I have a machine with three graphics cards --- GTX1080ti,RTX2080ti,RTX3070. Only RTX3070 not work. |
所以你有一台機器上面安裝了三個世代的顯示卡,使用相同版本的驅動程式版本與CUDA函式庫與tf版本與原始碼跟模型 可以先試試將 要使用CUDA 11/cudnn 8建置原始的tf1.15,可能需要做非常多移植 |
对,我的同一台机器有三代显卡,同时跑keras的范例代码。 |
方便說明一下您使用keras的範例重現問題的步驟嗎? 我想我應該能借到3090來做測試 |
使用tf1.15和keras2.3,keras\examples\cifar10_resnet.py 这样的案例都无法训练,训练会导致NaN。 |
Test result Windows tensorflow-gpu 1.15.5 from pip tensorflow from this repo 1.15.0\py37\CPU+GPU\cuda101cudnn76avx2 Linux nvcr.io/nvidia/tensorflow:20.03-tf1-py3 slow JIT, slow execute |
已修復nvidia的程式碼 修改如下 基於此PR建置的whl在 建置環境 |
https://github.com/nvidia/tensorflow
This version tf1.15 can run with rtx30xx ,it only can run on Linux . I tried to build it on win , but failed .
The text was updated successfully, but these errors were encountered: