Como verificar a versão atual da biblioteca no 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__