Wednesday 18 October 2017

how to know the version of tensorflow - Mac - terminal

Type the below command in terminal

python3 -c 'import tensorflow as tf; print(tf.__version__)'

No comments:

Post a Comment