Revisamos exhaustivamente cada posts en nuestra web con la meta de mostrarte en todo momento información certera y actual.
Ejemplo 1: colab compatible con tf 1
Specifying the TensorFlow version
Running
import tensorflow
will import the default version (currently 2.x). You can use 1.x
by running a cell with the
%tensorflow_version 1.x
magic before you run import tensorflow.
Ejemplo 2: cambio de versión de colab tensorflow
%tensorflow_version 1.x
import tensorflow
print(tensorflow.__version__)
Te mostramos reseñas y puntuaciones
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)