Install TensorFlow 2.0 with GPU in Google CoLab

preview_player
Показать описание
This video shows how to install TensorFlow 2.0 in Google CoLab. You will need to rerun this each time that you create a new CoLab VM (by exiting CoLab)
Рекомендации по теме
Комментарии
Автор

At this point, the easiest way to do this is just (Google CoLab will soon default to 2.0):


%tensorflow_version 2.x


import tensorflow as tf
print(tf.__version__)

HeatonResearch
Автор

Nice tutorial. It work and with released version tf 2.0.0

dmitryv
Автор

Thank you so much. I hope you will make more videos about using tensorflow with colab.

tamvominh
Автор

Would love to see some videos on the new 2.0 Probabilistic TF features..

devonk
Автор

I truly appreciate your tutorials :) any video on Caffe anytime soon?

humbertob
Автор

Thank you sooo much!!! You just saved me ;-;

АнастасіяМатушевська
Автор

sorry. how is that you installed tensorflow-gpu but the version of tensorflow changes? does that mean tensorflow-gpu and tensorflow are the same thing?

spicytuna
Автор

Why did not you choose the TPU instead of GPU? Will this increase the performance? If yes, the installation command will be tensorflow-tpu?

sameriskander
Автор

Thanks! But I have noticed that I should do that every time I start up a new colab notebook my question is: Is there any way to do that just once to not repeat these steps every time?

feravladimirovna
Автор

Nice, how to train own image models in this?

PelistaClinic
Автор

I'm trying to learn tensorflow library in colab, but it doesn't even allow me to check the tensorflow version, It doesn't matter if I let the old version or install 2.0.0-alpha0. I even follow every stpe you did, I uninstalled, installed over with the 2.0.0-alhpa0 version and tried, but when I use the line to check up the version in order to check that installation was succesful it crashes and gives me the following message: "AttributeError: module 'tensorflow' has no attribute '_version_'", I think it's installing wrong or something but i don't know what can I do, could you help me with this?

oOoHaneriChanoOo
Автор

How to install the the packers that we need ( Tensorflow, Keras, panda , sklearn, etc in anaconda / anaconda, we must have a new environment, I need install by command . can any one help

in local Machin

seniorprog
Автор

how to train all images file from drive into colab with CNN?

mohamedtouati
Автор

import tensorflow as tf
print(tf.__version__)

mishelmejia