如何查看当前TensorFlow的版本?

深度学习TensorFlow 1164

使用命令

python -c "import tensorflow; print(tensorflow.__version__)"

Post Comment