作者:empty 页数:100 出版社:empty |
About Tensor Flow 2.0Install#GPUIpip install tensor flow-gpu==2.0.0-beta 1#CPu!pip install tensor flow==2.0.0-beta 119In either case, check your installation(in Colab, you may need to use runtime restart after installing) .import tensor flow astfprint(tf.__version_-) #2.0.0-beta 1Nightly is available too, but best bet:stick with a named release for stability