本地和colab 中 改变tensorflow的版本

https://blog.csdn.net/baidu_39629638/article/details/105277338

https://blog.csdn.net/qq_36711448/article/details/107967943

!pip uninstall tensorflow
!pip install tensorflow==2.0 
!pip install tensorflow-gpu==2.0   #自行指定tf版本

猜你喜欢

转载自blog.csdn.net/hxxjxw/article/details/114304094