Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to check current version of library in python

#Let's say you want to check tensorflow version

import tensorflow as tf
tf.__version__
 
PREVIOUS NEXT
Tagged: #check #current #version #library #python
ADD COMMENT
Topic
Name
8+6 =