Cómo consultar la versión actual de la biblioteca en Python
#Let's say you want to check tensorflow version
import tensorflow as tf
tf.__version__
Magnificent Moth
#Let's say you want to check tensorflow version
import tensorflow as tf
tf.__version__