查看cuda
nvcc --version
查看tensorflow版本
python
import tensorflow as tf
tf.__version__
查看tensorflow路径
python
import tensorflow as tf
tf.__path__
退出查看继续下面操作
exit()

查看cuda
nvcc --version
查看tensorflow版本
python
import tensorflow as tf
tf.__version__
查看tensorflow路径
python
import tensorflow as tf
tf.__path__
退出查看继续下面操作
exit()