tensorflow 2.0 alpha安装

版权声明:版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/z_feng12489/article/details/89189967
# cpu version
pip install tensorflow==2.0.0-alpha0
# gpu version
pip install tensorflow-gpu==2.0.0-alpha0

猜你喜欢

转载自blog.csdn.net/z_feng12489/article/details/89189967