You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @SmileTM, we're working on our build to be more flexible for custom configurations. See #770. I suspect this will be completed before the new year.
If you would like to see if you can get it to work prior to those changes, you'll want to change the requirement in build_deps: https://github.com/tensorflow/addons/blob/master/build_deps/requirements.txt so that it requires tf2-gpu instead of the nightly. That way if it exists there will be no installation from ./configure.sh. No promises that the CUDA build won't fail for CUDA 9.0, but in the near future it should work out of the box
Hi @SmileTM, we're working on our build to be more flexible for custom configurations. See #770. I suspect this will be completed before the new year.
If you would like to see if you can get it to work prior to those changes, you'll want to change the requirement in build_deps: https://github.com/tensorflow/addons/blob/master/build_deps/requirements.txt so that it requires tf2-gpu instead of the nightly. That way if it exists there will be no installation from ./configure.sh. No promises that the CUDA build won't fail for CUDA 9.0, but in the near future it should work out of the box
cuda 9.0
cudnn 7
I had installed tensorflow2.0-gpu that was bazeled from source code.
And tf.test.is_gpu_available() is true
Then I had changed configure.sh
Then I run ./configure.sh , it will reinstall tf-nightly.
how to change this dependency ?
The text was updated successfully, but these errors were encountered: