본문 바로가기

Study/Python

[Tensorflow] 텐서플로우 버전 확인 (version check)

주피터 노트북에다가 이 코드 그대로 넣으면 버전 확인 가능하다. 

import tensorflow as tf
tf .__version__