StoryCode

tensorflow 버전 확인하기

인공지능,AI,학습,ML,Tensorflow, Cafee2,MLFlow/Tensorflow
반응형

방법 1)

pip freeze


방법 2)

import tensorflow as tf

print(tf.__version__)

반응형