📅  最后修改于: 2022-03-11 14:46:30.840000             🧑  作者: Mango
python -c 'import tensorflow as tf; print(tf.__version__)' # for Python 2
python3 -c 'import tensorflow as tf; print(tf.__version__)' # for Python 3