[Tensorflow] 텐서플로우 버전확인

JINJU·2021년 4월 9일
0

tensorflow with MacOS

목록 보기
3/3

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

python2 command line
python -c 'import tensorflow as tf; print(tf.__version__)'

0개의 댓글