简体   繁体   中英

Is there a way to Install Tensorflow2-GPU in Google Colab for good?

Is there a way I can Install Tensorflow 2- GPU in Google Colab without Installing it every time new after the Runtime ran out?

Right now I have:

    !pip install -U tensorflow-gpu==2.0.0-alpha0

in my Setup, so it always Installs Tf 2. But it's kind of annoying to Install it every day, so is there a way I can install it for good?

您可以使用例如: "%tensorflow_version 2.x"指定版本,如下所述: https : "%tensorflow_version 2.x"

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM