📜  查看tensorflow版本python代码示例

📅  最后修改于: 2022-03-11 14:46:30.840000             🧑  作者: Mango

代码示例5
python -c 'import tensorflow as tf; print(tf.__version__)'  # for Python 2
python3 -c 'import tensorflow as tf; print(tf.__version__)'  # for Python 3