So überprüfen Sie die aktuelle Version der Bibliothek in 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__