Tensorflow
텐서플로우(Tensorflow), 케라스(Keras) 버전 확인
코딩소비
2023. 7. 30. 19:26
import tensorflow as tf
print(tf.__version__)
import keras
print(keras.__version__)