pip install tensorflow==2.0.0 -i https://pypi.tuna.tsinghua.edu.cn/simpleip
import tensorflow as tfprint(tf.__version__)#輸出'2.0.0-alpha0'print(tf.test.is_gpu_available())