인공지능,AI,학습,ML,Tensorflow, Cafee2,MLFlow/Tensorflow
tensorflow 버전 확인하기
jake_kim
2018. 6. 10. 14:15
반응형
방법 1)
pip freeze
방법 2)
import tensorflow as tf
print(tf.__version__)
반응형