Comment vérifier la version actuelle de la bibliothèque dans 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__