安装tensorflow2.0

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())
相关文章
相关标签/搜索